#49218E

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

Shades of Windsor #49218E

Tints of Windsor #49218E

Color information

#49218E (or 0x49218E) is unknown color: approx Windsor. HEX triplet: 49, 21 and 8E. RGB value is (73,33,142). Sum of RGB (Red+Green+Blue) = 73+33+142=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #49218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49218E is #B6DE71. Grayscale: #383838. Windows color (decimal): -11984498 or 9314633. OLE color: 9314633.

HSL color Cylindrical-coordinate representation of color #49218E: hue angle of 262.02º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49218E is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7333142-
CMYK0.490.7700.44
HSL262.02º62.29%34.31%-
HSV(B)262.02º76.76%55.69%-
XYZ8.174.4626.02-
YUV57.39175.75139.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=29.44%
G=13.31%
B=57.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73331420.490.7700.44262.0262.2934.31
Hex49218E314D02C1063e22
Octal11141216611150544067642
Binary10010011000011000111011000110011010101100100000110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49218E; }

 p { color: rgb(73,33,142); }

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

<style>
 a { background-color: #49218E; }

 a { background-color: rgb(73,33,142); }

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

<style>
 span { border-color: #49218E; }

 span { border-color: rgb(73,33,142); }

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