#491A95

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

Shades of Windsor #491A95

Tints of Windsor #491A95

Color information

#491A95 (or 0x491A95) is unknown color: approx Windsor. HEX triplet: 49, 1A and 95. RGB value is (73,26,149). Sum of RGB (Red+Green+Blue) = 73+26+149=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #491A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A95 is #B6E56A. Grayscale: #353535. Windows color (decimal): -11986283 or 9771593. OLE color: 9771593.

HSL color Cylindrical-coordinate representation of color #491A95: hue angle of 262.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491A95 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7326149-
CMYK0.510.8300.42
HSL262.93º70.29%34.31%-
HSV(B)262.93º82.55%58.43%-
XYZ8.544.3328.82-
YUV54.08181.57141.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=29.44%
G=10.48%
B=60.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73261490.510.8300.42262.9370.2934.31
Hex491A95335302A1074622
Octal111322256312305240710642
Binary10010011101010010101110011101001101010101000001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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