#492F87

Color #492F87 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #492F87

Tints of Windsor #492F87

Color information

#492F87 (or 0x492F87) is unknown color: approx Windsor. HEX triplet: 49, 2F and 87. RGB value is (73,47,135). Sum of RGB (Red+Green+Blue) = 73+47+135=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #492F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F87 is #B6D078. Grayscale: #404040. Windows color (decimal): -11980921 or 8859465. OLE color: 8859465.

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

Color convert

RGB7347135-
CMYK0.460.6500.47
HSL257.73º48.35%35.69%-
HSV(B)257.73º65.19%52.94%-
XYZ8.145.223.5-
YUV64.81167.61133.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=28.63%
G=18.43%
B=52.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73471350.460.6500.47257.7348.3535.69
Hex492F872E4102F1023024
Octal11157207561010574026044
Binary10010011011111000011110111010000010101111100000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #492F87;
 }
 .AnyTagClassName
 {
   color: #492F87;
 }
</style>
background-color css

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

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

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

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

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

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