#491E7C

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

Shades of Windsor #491E7C

Tints of Windsor #491E7C

Color information

#491E7C (or 0x491E7C) is unknown color: approx Windsor. HEX triplet: 49, 1E and 7C. RGB value is (73,30,124). Sum of RGB (Red+Green+Blue) = 73+30+124=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #491E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E7C is #B6E183. Grayscale: #353535. Windows color (decimal): -11985284 or 8134217. OLE color: 8134217.

HSL color Cylindrical-coordinate representation of color #491E7C: hue angle of 267.45º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491E7C is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7330124-
CMYK0.410.7600.51
HSL267.45º61.04%30.2%-
HSV(B)267.45º75.81%48.63%-
XYZ6.853.819.44-
YUV53.57167.75141.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=32.16%
G=13.22%
B=54.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73301240.410.7600.51267.4561.0430.2
Hex491E7C294C03310b3d1e
Octal11136174511140634137536
Binary10010011111011111001010011001100011001110000101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,30,124); }

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

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

 a { background-color: rgb(73,30,124); }

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

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

 span { border-color: rgb(73,30,124); }

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