#492789

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

Shades of Windsor #492789

Tints of Windsor #492789

Color information

#492789 (or 0x492789) is unknown color: approx Windsor. HEX triplet: 49, 27 and 89. RGB value is (73,39,137). Sum of RGB (Red+Green+Blue) = 73+39+137=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #492789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492789 is #B6D876. Grayscale: #3B3B3B. Windows color (decimal): -11982967 or 8988489. OLE color: 8988489.

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

Color convert

RGB7339137-
CMYK0.470.7200.46
HSL260.82º55.68%34.51%-
HSV(B)260.82º71.53%53.73%-
XYZ7.994.6724.15-
YUV60.34171.26137.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=29.32%
G=15.66%
B=55.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73391370.470.7200.46260.8255.6834.51
Hex4927892F4802E1053823
Octal11147211571100564057043
Binary10010011001111000100110111110010000101110100000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492789; }

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

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

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

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

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

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

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

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