#49198F

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

Shades of Windsor #49198F

Tints of Windsor #49198F

Color information

#49198F (or 0x49198F) is unknown color: approx Windsor. HEX triplet: 49, 19 and 8F. RGB value is (73,25,143). Sum of RGB (Red+Green+Blue) = 73+25+143=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #49198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49198F is #B6E670. Grayscale: #343434. Windows color (decimal): -11986545 or 9378121. OLE color: 9378121.

HSL color Cylindrical-coordinate representation of color #49198F: hue angle of 264.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49198F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7325143-
CMYK0.490.8300.44
HSL264.41º70.24%32.94%-
HSV(B)264.41º82.52%56.08%-
XYZ8.054.0926.35-
YUV52.8178.9142.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 143 (56.25% from 255) = 59.34%
R=30.29%
G=10.37%
B=59.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73251430.490.8300.44264.4170.2432.94
Hex49198F315302C1084621
Octal111312176112305441010641
Binary10010011100110001111110001101001101011001000010001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49198F; }

 p { color: rgb(73,25,143); }

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

<style>
 a { background-color: #49198F; }

 a { background-color: rgb(73,25,143); }

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

<style>
 span { border-color: #49198F; }

 span { border-color: rgb(73,25,143); }

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