Shades of Chambray #49586A
Tints of Chambray #49586A
RGB
CMYK
RGB Variations
Color information
#49586A (or 0x49586A) is known color: Chambray. HEX triplet: 49, 58 and 6A. RGB value is (73,88,106). Sum of RGB (Red+Green+Blue) = 73+88+106=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #49586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586A is #B6A795. Grayscale: #555555. Windows color (decimal): -11970454 or 6969417. OLE color: 6969417.
HSL color Cylindrical-coordinate representation of color #49586A: hue angle of 212.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49586A is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 88 | 106 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.58 |
| HSL | 212.73º | 0.18% | 0.35% | - |
| HSV(B) | 212.73º | 0.31% | 0.42% | - |
| XYZ | 8.84 | 9.44 | 14.99 | - |
| YUV | 85.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 106 | 0.31 | 0.17 | 0 | 0.58 | 212.73 | 0.18 | 0.35 |
| Hex | 49 | 58 | 6A | 1F | 11 | 0 | 3A | D5 | 12 | 23 |
| Octal | 111 | 130 | 152 | 37 | 21 | 0 | 72 | 325 | 22 | 43 |
| Binary | 1001001 | 1011000 | 1101010 | 11111 | 10001 | 0 | 111010 | 11010101 | 10010 | 100011 |
Color Harmonies of #49586A
Complementary color
Monochromatic Colors of #49586A
Black with #49586A
Text Example
Text Example
White with #49586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49586A; }
p { color: rgb(73,88,106); }
H1.HeaderClassName
{
color: #49586A;
}
.AnyTagClassName
{
color: #49586A;
}
</style>
background-color css
<style>
a { background-color: #49586A; }
a { background-color: rgb(73,88,106); }
div.DivClassName
{
background-color: #49586A;
}
.BgClassName
{
background-color: #49586A;
}
</style>
border-color css
<style>
span { border-color: #49586A; }
span { border-color: rgb(73,88,106); }
td.TdClassName
{
border-color: #49586A;
}
.TagClassName
{
border-color: #49586A;
}
</style>