#491D84

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

Shades of Windsor #491D84

Tints of Windsor #491D84

Color information

#491D84 (or 0x491D84) is unknown color: approx Windsor. HEX triplet: 49, 1D and 84. RGB value is (73,29,132). Sum of RGB (Red+Green+Blue) = 73+29+132=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #491D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D84 is #B6E27B. Grayscale: #353535. Windows color (decimal): -11985532 or 8658249. OLE color: 8658249.

HSL color Cylindrical-coordinate representation of color #491D84: hue angle of 265.63º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491D84 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7329132-
CMYK0.450.7800.48
HSL265.63º63.98%31.57%-
HSV(B)265.63º78.03%51.76%-
XYZ7.353.9622.21-
YUV53.9172.08141.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=31.20%
G=12.39%
B=56.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73291320.450.7800.48265.6363.9831.57
Hex491D842D4E03010a4020
Octal111352045511606041210040
Binary10010011110110000100101101100111001100001000010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D84; }

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

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

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

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

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

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

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

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