#49277C

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

Shades of Windsor #49277C

Tints of Windsor #49277C

Color information

#49277C (or 0x49277C) is unknown color: approx Windsor. HEX triplet: 49, 27 and 7C. RGB value is (73,39,124). Sum of RGB (Red+Green+Blue) = 73+39+124=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #49277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49277C is #B6D883. Grayscale: #3A3A3A. Windows color (decimal): -11982980 or 8136521. OLE color: 8136521.

HSL color Cylindrical-coordinate representation of color #49277C: hue angle of 264º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49277C is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7339124-
CMYK0.410.6900.51
HSL264º52.15%31.96%-
HSV(B)264º68.55%48.63%-
XYZ7.114.3219.53-
YUV58.86164.76138.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=30.93%
G=16.53%
B=52.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73391240.410.6900.5126452.1531.96
Hex49277C29450331083420
Octal11147174511050634106440
Binary1001001100111111110010100110001010110011100001000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,39,124); }

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

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

 a { background-color: rgb(73,39,124); }

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

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

 span { border-color: rgb(73,39,124); }

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