#49337F

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

Shades of Windsor #49337F

Tints of Windsor #49337F

Color information

#49337F (or 0x49337F) is unknown color: approx Windsor. HEX triplet: 49, 33 and 7F. RGB value is (73,51,127). Sum of RGB (Red+Green+Blue) = 73+51+127=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #49337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49337F is #B6CC80. Grayscale: #414141. Windows color (decimal): -11979905 or 8336201. OLE color: 8336201.

HSL color Cylindrical-coordinate representation of color #49337F: hue angle of 257.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49337F is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7351127-
CMYK0.430.6000.50
HSL257.37º42.7%34.9%-
HSV(B)257.37º59.84%49.8%-
XYZ7.765.3220.7-
YUV66.24162.29132.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 127 (50% from 255) = 50.60%
R=29.08%
G=20.32%
B=50.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73511270.430.6000.50257.3742.734.9
Hex49337F2B3C0321012b23
Octal1116317753740624015343
Binary100100111001111111111010111111000110010100000001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,51,127); }

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

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

 a { background-color: rgb(73,51,127); }

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

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

 span { border-color: rgb(73,51,127); }

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