#492587

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

Shades of Windsor #492587

Tints of Windsor #492587

Color information

#492587 (or 0x492587) is unknown color: approx Windsor. HEX triplet: 49, 25 and 87. RGB value is (73,37,135). Sum of RGB (Red+Green+Blue) = 73+37+135=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #492587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492587 is #B6DA78. Grayscale: #3A3A3A. Windows color (decimal): -11983481 or 8856905. OLE color: 8856905.

HSL color Cylindrical-coordinate representation of color #492587: hue angle of 262.04º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492587 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7337135-
CMYK0.460.7300.47
HSL262.04º56.98%33.73%-
HSV(B)262.04º72.59%52.94%-
XYZ7.784.4923.38-
YUV58.94170.93138.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=29.80%
G=15.10%
B=55.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73371350.460.7300.47262.0456.9833.73
Hex4925872E4902F1063922
Octal11145207561110574067142
Binary10010011001011000011110111010010010101111100000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492587; }

 p { color: rgb(73,37,135); }

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

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

 a { background-color: rgb(73,37,135); }

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

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

 span { border-color: rgb(73,37,135); }

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