#49597F

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

Shades of Chambray #49597F

Tints of Chambray #49597F

Color information

#49597F (or 0x49597F) is unknown color: approx Chambray. HEX triplet: 49, 59 and 7F. RGB value is (73,89,127). Sum of RGB (Red+Green+Blue) = 73+89+127=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #49597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49597F is #B6A680. Grayscale: #585858. Windows color (decimal): -11970177 or 8345929. OLE color: 8345929.

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

Color convert

RGB7389127-
CMYK0.430.3000.50
HSL222.22º27%39.22%-
HSV(B)222.22º42.52%49.8%-
XYZ10.1510.0921.49-
YUV88.55149.7116.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 127 (50% from 255) = 43.94%
R=25.26%
G=30.80%
B=43.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73891270.430.3000.50222.222739.22
Hex49597F2B1E032de1b27
Octal11113117753360623363347
Binary1001001101100111111111010111111001100101101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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