#491980

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

Shades of Windsor #491980

Tints of Windsor #491980

Color information

#491980 (or 0x491980) is unknown color: approx Windsor. HEX triplet: 49, 19 and 80. RGB value is (73,25,128). Sum of RGB (Red+Green+Blue) = 73+25+128=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #491980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491980 is #B6E67F. Grayscale: #323232. Windows color (decimal): -11986560 or 8395081. OLE color: 8395081.

HSL color Cylindrical-coordinate representation of color #491980: hue angle of 267.96º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491980 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7325128-
CMYK0.430.8000.50
HSL267.96º67.32%30%-
HSV(B)267.96º80.47%50.2%-
XYZ6.993.6720.76-
YUV51.09171.4143.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=32.30%
G=11.06%
B=56.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73251280.430.8000.50267.9667.3230
Hex4919802B5003210c431e
Octal111312005312006241410336
Binary1001001110011000000010101110100000110010100001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491980; }

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

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

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

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

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

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

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

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