#49317A

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

Shades of Windsor #49317A

Tints of Windsor #49317A

Color information

#49317A (or 0x49317A) is unknown color: approx Windsor. HEX triplet: 49, 31 and 7A. RGB value is (73,49,122). Sum of RGB (Red+Green+Blue) = 73+49+122=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #49317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317A is #B6CE85. Grayscale: #404040. Windows color (decimal): -11980422 or 8008009. OLE color: 8008009.

HSL color Cylindrical-coordinate representation of color #49317A: hue angle of 259.73º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49317A is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7349122-
CMYK0.400.6000.52
HSL259.73º42.69%33.53%-
HSV(B)259.73º59.84%47.84%-
XYZ7.365.0218.99-
YUV64.5160.45134.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 122 (48.05% from 255) = 50%
R=29.92%
G=20.08%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73491220.400.6000.52259.7342.6933.53
Hex49317A283C0341042b22
Octal1116117250740644045342
Binary100100111000111110101010001111000110100100000100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49317A; }

 p { color: rgb(73,49,122); }

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

<style>
 a { background-color: #49317A; }

 a { background-color: rgb(73,49,122); }

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

<style>
 span { border-color: #49317A; }

 span { border-color: rgb(73,49,122); }

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