Html Css Color HEX #492387 Windsor

📋 copy color: '#492387'

red 73 ◦ green 35 ◦ blue 135

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

Shades of Windsor #492387

Tints of Windsor #492387

RGB

 RED value IS 73 (28.91% from 255) = 30.04%

 GREEN value IS 35 (14.06% from 255) = 14.4%

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 30.04%
G = 14.4%
B = 55.56%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492387 (or 0x492387) is known color: Windsor. HEX triplet: 49, 23 and 87. RGB value is (73,35,135). Sum of RGB (Red+Green+Blue) = 73+35+135=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #492387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492387 is #B6DC78. Grayscale: #393939. Windows color (decimal): -11983993 or 8856393. OLE color: 8856393.

HSL color Cylindrical-coordinate representation of color #492387: hue angle of 262.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492387 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 35 135 -
CMYK 0.46 0.74 0 0.47
HSL 262.8º 0.59% 0.33% -
HSV(B) 262.8º 0.74% 0.53% -
XYZ 7.72 4.37 23.36 -
YUV 57.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 73 35 135 0.46 0.74 0 0.47 262.8 0.59 0.33
Hex 49 23 87 2E 4A 0 2F 107 3B 21
Octal 111 43 207 56 112 0 57 407 73 41
Binary 1001001 100011 10000111 101110 1001010 0 101111 100000111 111011 100001

Color Harmonies of #492387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492387

Black with #492387

Text Example


Text Example

White with #492387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492387; }

 p { color: rgb(73,35,135); }

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

background-color css

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

 a { background-color: rgb(73,35,135); }

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

border-color css

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

 span { border-color: rgb(73,35,135); }

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