Html Css Color HEX #492B87 Windsor

📋 copy color: '#492B87'

red 73 ◦ green 43 ◦ blue 135

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

Shades of Windsor #492B87

Tints of Windsor #492B87

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.13%

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

R = 29.08%
G = 17.13%
B = 53.78%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492B87 (or 0x492B87) is known color: Windsor. HEX triplet: 49, 2B and 87. RGB value is (73,43,135). Sum of RGB (Red+Green+Blue) = 73+43+135=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #492B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B87 is #B6D478. Grayscale: #3E3E3E. Windows color (decimal): -11981945 or 8858441. OLE color: 8858441.

HSL color Cylindrical-coordinate representation of color #492B87: hue angle of 259.57º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492B87 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 43 135 -
CMYK 0.46 0.68 0 0.47
HSL 259.57º 0.52% 0.35% -
HSV(B) 259.57º 0.68% 0.53% -
XYZ 7.98 4.89 23.45 -
YUV 62.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 73 43 135 0.46 0.68 0 0.47 259.57 0.52 0.35
Hex 49 2B 87 2E 44 0 2F 104 34 23
Octal 111 53 207 56 104 0 57 404 64 43
Binary 1001001 101011 10000111 101110 1000100 0 101111 100000100 110100 100011

Color Harmonies of #492B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B87

Black with #492B87

Text Example


Text Example

White with #492B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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