#492879

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

Shades of Windsor #492879

Tints of Windsor #492879

Color information

#492879 (or 0x492879) is unknown color: approx Windsor. HEX triplet: 49, 28 and 79. RGB value is (73,40,121). Sum of RGB (Red+Green+Blue) = 73+40+121=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #492879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492879 is #B6D786. Grayscale: #3A3A3A. Windows color (decimal): -11982727 or 7940169. OLE color: 7940169.

HSL color Cylindrical-coordinate representation of color #492879: hue angle of 264.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492879 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7340121-
CMYK0.400.6700.53
HSL264.44º50.31%31.57%-
HSV(B)264.44º66.94%47.45%-
XYZ6.964.3118.56-
YUV59.1162.93137.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=31.20%
G=17.09%
B=51.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73401210.400.6700.53264.4450.3131.57
Hex49287928430351083220
Octal11150171501030654106240
Binary1001001101000111100110100010000110110101100001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492879; }

 p { color: rgb(73,40,121); }

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

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

 a { background-color: rgb(73,40,121); }

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

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

 span { border-color: rgb(73,40,121); }

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