#49228B

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

Shades of Windsor #49228B

Tints of Windsor #49228B

Color information

#49228B (or 0x49228B) is unknown color: approx Windsor. HEX triplet: 49, 22 and 8B. RGB value is (73,34,139). Sum of RGB (Red+Green+Blue) = 73+34+139=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #49228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49228B is #B6DD74. Grayscale: #393939. Windows color (decimal): -11984245 or 9118281. OLE color: 9118281.

HSL color Cylindrical-coordinate representation of color #49228B: hue angle of 262.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49228B is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7334139-
CMYK0.470.7600.45
HSL262.29º60.69%33.92%-
HSV(B)262.29º75.54%54.51%-
XYZ7.984.4224.86-
YUV57.63173.92138.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=29.67%
G=13.82%
B=56.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73341390.470.7600.45262.2960.6933.92
Hex49228B2F4C02D1063d22
Octal11142213571140554067542
Binary10010011000101000101110111110011000101101100000110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,34,139); }

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

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

 a { background-color: rgb(73,34,139); }

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

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

 span { border-color: rgb(73,34,139); }

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