#491984

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

Shades of Windsor #491984

Tints of Windsor #491984

Color information

#491984 (or 0x491984) is unknown color: approx Windsor. HEX triplet: 49, 19 and 84. RGB value is (73,25,132). Sum of RGB (Red+Green+Blue) = 73+25+132=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #491984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491984 is #B6E67B. Grayscale: #333333. Windows color (decimal): -11986556 or 8657225. OLE color: 8657225.

HSL color Cylindrical-coordinate representation of color #491984: hue angle of 266.92º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491984 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7325132-
CMYK0.450.8100.48
HSL266.92º68.15%30.78%-
HSV(B)266.92º81.06%51.76%-
XYZ7.263.7822.18-
YUV51.55173.4143.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=31.74%
G=10.87%
B=57.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73251320.450.8100.48266.9268.1530.78
Hex4919842D5103010b441f
Octal111312045512106041310437
Binary1001001110011000010010110110100010110000100001011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491984; }

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

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

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

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

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

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

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

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