Html Css Color HEX #462583 Windsor

📋 copy color: '#462583'

red 70 ◦ green 37 ◦ blue 131

#462583
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #462583

Tints of Windsor #462583

RGB

 RED value IS 70 (27.73% from 255) = 29.41%

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 131 (51.56% from 255) = 55.04%

R = 29.41%
G = 15.55%
B = 55.04%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#462583 (or 0x462583) is known color: Windsor. HEX triplet: 46, 25 and 83. RGB value is (70,37,131). Sum of RGB (Red+Green+Blue) = 70+37+131=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #462583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462583 is #B9DA7C. Grayscale: #393939. Windows color (decimal): -12180093 or 8594758. OLE color: 8594758.

HSL color Cylindrical-coordinate representation of color #462583: hue angle of 261.06º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462583 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 37 131 -
CMYK 0.47 0.72 0 0.49
HSL 261.06º 0.56% 0.33% -
HSV(B) 261.06º 0.72% 0.51% -
XYZ 7.28 4.26 21.91 -
YUV 57.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 70 37 131 0.47 0.72 0 0.49 261.06 0.56 0.33
Hex 46 25 83 2F 48 0 31 105 38 21
Octal 106 45 203 57 110 0 61 405 70 41
Binary 1000110 100101 10000011 101111 1001000 0 110001 100000101 111000 100001

Color Harmonies of #462583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462583

Black with #462583

Text Example


Text Example

White with #462583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462583; }

 p { color: rgb(70,37,131); }

 H1.HeaderClassName
 {
   color: #462583;
 }
 .AnyTagClassName
 {
   color: #462583;
 }
</style>

background-color css

<style>
 a { background-color: #462583; }

 a { background-color: rgb(70,37,131); }

 div.DivClassName
 {
   background-color: #462583;
 }
 .BgClassName
 {
   background-color: #462583;
 }
</style>

border-color css

<style>
 span { border-color: #462583; }

 span { border-color: rgb(70,37,131); }

 td.TdClassName
 {
   border-color: #462583;
 }
 .TagClassName
 {
   border-color: #462583;
 }
</style>