#49317B

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

Shades of Windsor #49317B

Tints of Windsor #49317B

Color information

#49317B (or 0x49317B) is unknown color: approx Windsor. HEX triplet: 49, 31 and 7B. RGB value is (73,49,123). Sum of RGB (Red+Green+Blue) = 73+49+123=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #49317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317B is #B6CE84. Grayscale: #404040. Windows color (decimal): -11980421 or 8073545. OLE color: 8073545.

HSL color Cylindrical-coordinate representation of color #49317B: hue angle of 259.46º 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 #49317B is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7349123-
CMYK0.410.6000.52
HSL259.46º43.02%33.73%-
HSV(B)259.46º60.16%48.24%-
XYZ7.425.0419.32-
YUV64.61160.95133.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=29.80%
G=20%
B=50.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73491230.410.6000.52259.4643.0233.73
Hex49317B293C0341032b22
Octal1116117351740644035342
Binary100100111000111110111010011111000110100100000011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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