#49198C

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

Shades of Windsor #49198C

Tints of Windsor #49198C

Color information

#49198C (or 0x49198C) is unknown color: approx Windsor. HEX triplet: 49, 19 and 8C. RGB value is (73,25,140). Sum of RGB (Red+Green+Blue) = 73+25+140=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #49198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49198C is #B6E673. Grayscale: #343434. Windows color (decimal): -11986548 or 9181513. OLE color: 9181513.

HSL color Cylindrical-coordinate representation of color #49198C: hue angle of 265.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49198C is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7325140-
CMYK0.480.8200.45
HSL265.04º69.7%32.35%-
HSV(B)265.04º82.14%54.9%-
XYZ7.834.0125.17-
YUV52.46177.4142.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 140 (55.08% from 255) = 58.82%
R=30.67%
G=10.50%
B=58.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73251400.480.8200.45265.0469.732.35
Hex49198C305202D1094620
Octal111312146012205541110640
Binary10010011100110001100110000101001001011011000010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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