#49586D

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

Shades of Chambray #49586D

Tints of Chambray #49586D

Color information

#49586D (or 0x49586D) is unknown color: approx Chambray. HEX triplet: 49, 58 and 6D. RGB value is (73,88,109). Sum of RGB (Red+Green+Blue) = 73+88+109=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #49586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586D is #B6A792. Grayscale: #555555. Windows color (decimal): -11970451 or 7166025. OLE color: 7166025.

HSL color Cylindrical-coordinate representation of color #49586D: hue angle of 215º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49586D is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7388109-
CMYK0.330.1900.57
HSL215º19.78%35.69%-
HSV(B)215º33.03%42.75%-
XYZ99.515.83-
YUV85.91141.03118.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=27.04%
G=32.59%
B=40.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73881090.330.1900.5721519.7835.69
Hex49586D2113039d71424
Octal11113015541230713272444
Binary1001001101100011011011000011001101110011101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49586D; }

 p { color: rgb(73,88,109); }

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

<style>
 a { background-color: #49586D; }

 a { background-color: rgb(73,88,109); }

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

<style>
 span { border-color: #49586D; }

 span { border-color: rgb(73,88,109); }

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