#492490

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

Shades of Windsor #492490

Tints of Windsor #492490

Color information

#492490 (or 0x492490) is unknown color: approx Windsor. HEX triplet: 49, 24 and 90. RGB value is (73,36,144). Sum of RGB (Red+Green+Blue) = 73+36+144=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #492490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492490 is #B6DB6F. Grayscale: #3A3A3A. Windows color (decimal): -11983728 or 9446473. OLE color: 9446473.

HSL color Cylindrical-coordinate representation of color #492490: hue angle of 260.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492490 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7336144-
CMYK0.490.7500.44
HSL260.56º60%35.29%-
HSV(B)260.56º75%56.47%-
XYZ8.414.6926.85-
YUV59.38175.76137.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=28.85%
G=14.23%
B=56.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73361440.490.7500.44260.566035.29
Hex492490314B02C1053c23
Octal11144220611130544057443
Binary10010011001001001000011000110010110101100100000101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492490; }

 p { color: rgb(73,36,144); }

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

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

 a { background-color: rgb(73,36,144); }

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

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

 span { border-color: rgb(73,36,144); }

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