#49207B

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

Shades of Windsor #49207B

Tints of Windsor #49207B

Color information

#49207B (or 0x49207B) is unknown color: approx Windsor. HEX triplet: 49, 20 and 7B. RGB value is (73,32,123). Sum of RGB (Red+Green+Blue) = 73+32+123=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #49207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49207B is #B6DF84. Grayscale: #363636. Windows color (decimal): -11984773 or 8069193. OLE color: 8069193.

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

Color convert

RGB7332123-
CMYK0.410.7400.52
HSL267.03º58.71%30.39%-
HSV(B)267.03º73.98%48.24%-
XYZ6.843.8819.13-
YUV54.63166.58141.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=32.02%
G=14.04%
B=53.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73321230.410.7400.52267.0358.7130.39
Hex49207B294A03410b3b1e
Octal11140173511120644137336
Binary100100110000011110111010011001010011010010000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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