#491A85

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

Shades of Windsor #491A85

Tints of Windsor #491A85

Color information

#491A85 (or 0x491A85) is unknown color: approx Windsor. HEX triplet: 49, 1A and 85. RGB value is (73,26,133). Sum of RGB (Red+Green+Blue) = 73+26+133=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #491A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A85 is #B6E57A. Grayscale: #333333. Windows color (decimal): -11986299 or 8723017. OLE color: 8723017.

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

Color convert

RGB7326133-
CMYK0.450.8000.48
HSL266.36º67.3%31.18%-
HSV(B)266.36º80.45%52.16%-
XYZ7.353.8522.55-
YUV52.25173.57142.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=31.47%
G=11.21%
B=57.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73261330.450.8000.48266.3667.331.18
Hex491A852D5003010a431f
Octal111322055512006041210337
Binary1001001110101000010110110110100000110000100001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,26,133); }

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

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

 a { background-color: rgb(73,26,133); }

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

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

 span { border-color: rgb(73,26,133); }

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