#492F78

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

Shades of Windsor #492F78

Tints of Windsor #492F78

Color information

#492F78 (or 0x492F78) is unknown color: approx Windsor. HEX triplet: 49, 2F and 78. RGB value is (73,47,120). Sum of RGB (Red+Green+Blue) = 73+47+120=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #492F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F78 is #B6D087. Grayscale: #3E3E3E. Windows color (decimal): -11980936 or 7876425. OLE color: 7876425.

HSL color Cylindrical-coordinate representation of color #492F78: hue angle of 261.37º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #492F78 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7347120-
CMYK0.390.6100.53
HSL261.37º43.71%32.75%-
HSV(B)261.37º60.83%47.06%-
XYZ7.154.8118.32-
YUV63.1160.11135.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 120 (47.27% from 255) = 50%
R=30.42%
G=19.58%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73471200.390.6100.53261.3743.7132.75
Hex492F78273D0351052c21
Octal1115717047750654055441
Binary100100110111111110001001111111010110101100000101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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