#49377E

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

Shades of Windsor #49377E

Tints of Windsor #49377E

Color information

#49377E (or 0x49377E) is unknown color: approx Windsor. HEX triplet: 49, 37 and 7E. RGB value is (73,55,126). Sum of RGB (Red+Green+Blue) = 73+55+126=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #49377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49377E is #B6C881. Grayscale: #444444. Windows color (decimal): -11978882 or 8271689. OLE color: 8271689.

HSL color Cylindrical-coordinate representation of color #49377E: hue angle of 255.21º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49377E is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7355126-
CMYK0.420.5600.51
HSL255.21º39.23%35.49%-
HSV(B)255.21º56.35%49.41%-
XYZ7.885.6620.41-
YUV68.48160.46131.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 126 (49.61% from 255) = 49.61%
R=28.74%
G=21.65%
B=49.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73551260.420.5600.51255.2139.2335.49
Hex49377E2A38033ff2723
Octal1116717652700633774743
Binary10010011101111111110101010111000011001111111111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49377E; }

 p { color: rgb(73,55,126); }

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

<style>
 a { background-color: #49377E; }

 a { background-color: rgb(73,55,126); }

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

<style>
 span { border-color: #49377E; }

 span { border-color: rgb(73,55,126); }

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