#491B7E

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

Shades of Windsor #491B7E

Tints of Windsor #491B7E

Color information

#491B7E (or 0x491B7E) is unknown color: approx Windsor. HEX triplet: 49, 1B and 7E. RGB value is (73,27,126). Sum of RGB (Red+Green+Blue) = 73+27+126=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #491B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B7E is #B6E481. Grayscale: #333333. Windows color (decimal): -11986050 or 8264521. OLE color: 8264521.

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

Color convert

RGB7327126-
CMYK0.420.7900.51
HSL267.88º64.71%30%-
HSV(B)267.88º78.57%49.41%-
XYZ6.913.7120.09-
YUV52.04169.74142.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 126 (49.61% from 255) = 55.75%
R=32.30%
G=11.95%
B=55.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73271260.420.7900.51267.8864.7130
Hex491B7E2A4F03310c411e
Octal111331765211706341410136
Binary100100111011111111010101010011110110011100001100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,27,126); }

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

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

 a { background-color: rgb(73,27,126); }

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

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

 span { border-color: rgb(73,27,126); }

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