#492A89

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

Shades of Windsor #492A89

Tints of Windsor #492A89

Color information

#492A89 (or 0x492A89) is unknown color: approx Windsor. HEX triplet: 49, 2A and 89. RGB value is (73,42,137). Sum of RGB (Red+Green+Blue) = 73+42+137=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #492A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A89 is #B6D576. Grayscale: #3D3D3D. Windows color (decimal): -11982199 or 8989257. OLE color: 8989257.

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

Color convert

RGB7342137-
CMYK0.470.6900.46
HSL259.58º53.07%35.1%-
HSV(B)259.58º69.34%53.73%-
XYZ8.094.8824.18-
YUV62.1170.27135.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=28.97%
G=16.67%
B=54.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73421370.470.6900.46259.5853.0735.1
Hex492A892F4502E1043523
Octal11152211571050564046543
Binary10010011010101000100110111110001010101110100000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,42,137); }

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

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

 a { background-color: rgb(73,42,137); }

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

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

 span { border-color: rgb(73,42,137); }

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