#492880

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

Shades of Windsor #492880

Tints of Windsor #492880

Color information

#492880 (or 0x492880) is unknown color: approx Windsor. HEX triplet: 49, 28 and 80. RGB value is (73,40,128). Sum of RGB (Red+Green+Blue) = 73+40+128=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #492880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492880 is #B6D77F. Grayscale: #3B3B3B. Windows color (decimal): -11982720 or 8398921. OLE color: 8398921.

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

Color convert

RGB7340128-
CMYK0.430.6900.50
HSL262.5º52.38%32.94%-
HSV(B)262.5º68.75%50.2%-
XYZ7.44.4920.9-
YUV59.9166.43137.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=30.29%
G=16.60%
B=53.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73401280.430.6900.50262.552.3832.94
Hex4928802B450321063421
Octal11150200531050624066441
Binary10010011010001000000010101110001010110010100000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492880; }

 p { color: rgb(73,40,128); }

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

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

 a { background-color: rgb(73,40,128); }

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

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

 span { border-color: rgb(73,40,128); }

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