#49238B

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

Shades of Windsor #49238B

Tints of Windsor #49238B

Color information

#49238B (or 0x49238B) is unknown color: approx Windsor. HEX triplet: 49, 23 and 8B. RGB value is (73,35,139). Sum of RGB (Red+Green+Blue) = 73+35+139=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #49238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49238B is #B6DC74. Grayscale: #393939. Windows color (decimal): -11983989 or 9118537. OLE color: 9118537.

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

Color convert

RGB7335139-
CMYK0.470.7500.45
HSL261.92º59.77%34.12%-
HSV(B)261.92º74.82%54.51%-
XYZ8.014.4824.87-
YUV58.22173.59138.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=29.55%
G=14.17%
B=56.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73351390.470.7500.45261.9259.7734.12
Hex49238B2F4B02D1063c22
Octal11143213571130554067442
Binary10010011000111000101110111110010110101101100000110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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