#492981

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

Shades of Windsor #492981

Tints of Windsor #492981

Color information

#492981 (or 0x492981) is unknown color: approx Windsor. HEX triplet: 49, 29 and 81. RGB value is (73,41,129). Sum of RGB (Red+Green+Blue) = 73+41+129=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #492981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492981 is #B6D67E. Grayscale: #3C3C3C. Windows color (decimal): -11982463 or 8464713. OLE color: 8464713.

HSL color Cylindrical-coordinate representation of color #492981: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492981 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7341129-
CMYK0.430.6800.49
HSL261.82º51.76%33.33%-
HSV(B)261.82º68.22%50.59%-
XYZ7.54.5921.26-
YUV60.6166.6136.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=30.04%
G=16.87%
B=53.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73411290.430.6800.49261.8251.7633.33
Hex4929812B440311063421
Octal11151201531040614066441
Binary10010011010011000000110101110001000110001100000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492981; }

 p { color: rgb(73,41,129); }

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

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

 a { background-color: rgb(73,41,129); }

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

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

 span { border-color: rgb(73,41,129); }

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