#49217B

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

Shades of Windsor #49217B

Tints of Windsor #49217B

Color information

#49217B (or 0x49217B) is unknown color: approx Windsor. HEX triplet: 49, 21 and 7B. RGB value is (73,33,123). Sum of RGB (Red+Green+Blue) = 73+33+123=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #49217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49217B is #B6DE84. Grayscale: #363636. Windows color (decimal): -11984517 or 8069449. OLE color: 8069449.

HSL color Cylindrical-coordinate representation of color #49217B: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49217B is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7333123-
CMYK0.410.7300.52
HSL266.67º57.69%30.59%-
HSV(B)266.67º73.17%48.24%-
XYZ6.873.9319.14-
YUV55.22166.25140.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=31.88%
G=14.41%
B=53.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73331230.410.7300.52266.6757.6930.59
Hex49217B294903410b3a1f
Octal11141173511110644137237
Binary100100110000111110111010011001001011010010000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49217B; }

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

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

<style>
 a { background-color: #49217B; }

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

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

<style>
 span { border-color: #49217B; }

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

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