#492C76

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

Shades of Windsor #492C76

Tints of Windsor #492C76

Color information

#492C76 (or 0x492C76) is unknown color: approx Windsor. HEX triplet: 49, 2C and 76. RGB value is (73,44,118). Sum of RGB (Red+Green+Blue) = 73+44+118=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #492C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C76 is #B6D389. Grayscale: #3C3C3C. Windows color (decimal): -11981706 or 7744585. OLE color: 7744585.

HSL color Cylindrical-coordinate representation of color #492C76: hue angle of 263.51º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492C76 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7344118-
CMYK0.380.6300.54
HSL263.51º45.68%31.76%-
HSV(B)263.51º62.71%46.27%-
XYZ6.924.5317.65-
YUV61.11160.11136.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=31.06%
G=18.72%
B=50.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73441180.380.6300.54263.5145.6831.76
Hex492C76263F0361082e20
Octal1115416646770664105640
Binary100100110110011101101001101111110110110100001000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,44,118); }

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

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

 a { background-color: rgb(73,44,118); }

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

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

 span { border-color: rgb(73,44,118); }

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