#49586E

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

Shades of Chambray #49586E

Tints of Chambray #49586E

Color information

#49586E (or 0x49586E) is unknown color: approx Chambray. HEX triplet: 49, 58 and 6E. RGB value is (73,88,110). Sum of RGB (Red+Green+Blue) = 73+88+110=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #49586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586E is #B6A791. Grayscale: #555555. Windows color (decimal): -11970450 or 7231561. OLE color: 7231561.

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

Color convert

RGB7388110-
CMYK0.340.200.57
HSL215.68º20.22%35.88%-
HSV(B)215.68º33.64%43.14%-
XYZ9.059.5216.11-
YUV86.02141.53118.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=26.94%
G=32.47%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73881100.340.200.57215.6820.2235.88
Hex49586E2214039d81424
Octal11113015642240713302444
Binary1001001101100011011101000101010001110011101100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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