#491886

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

Shades of Windsor #491886

Tints of Windsor #491886

Color information

#491886 (or 0x491886) is unknown color: approx Windsor. HEX triplet: 49, 18 and 86. RGB value is (73,24,134). Sum of RGB (Red+Green+Blue) = 73+24+134=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #491886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491886 is #B6E779. Grayscale: #323232. Windows color (decimal): -11986810 or 8788041. OLE color: 8788041.

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

Color convert

RGB7324134-
CMYK0.460.8200.47
HSL266.73º69.62%30.98%-
HSV(B)266.73º82.09%52.55%-
XYZ7.383.7922.9-
YUV51.19174.73143.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 134 (52.73% from 255) = 58.01%
R=31.60%
G=10.39%
B=58.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73241340.460.8200.47266.7369.6230.98
Hex4918862E5202F10b461f
Octal111302065612205741310637
Binary1001001110001000011010111010100100101111100001011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491886; }

 p { color: rgb(73,24,134); }

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

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

 a { background-color: rgb(73,24,134); }

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

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

 span { border-color: rgb(73,24,134); }

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