Shades of Chambray #4D6079
Tints of Chambray #4D6079
RGB
CMYK
RGB Variations
Color information
#4D6079 (or 0x4D6079) is known color: Chambray. HEX triplet: 4D, 60 and 79. RGB value is (77,96,121). Sum of RGB (Red+Green+Blue) = 77+96+121=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6079 is #B29F86. Grayscale: #5D5D5D. Windows color (decimal): -11706247 or 7954509. OLE color: 7954509.
HSL color Cylindrical-coordinate representation of color #4D6079: hue angle of 214.09º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D6079 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 96 | 121 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.53 |
| HSL | 214.09º | 0.22% | 0.39% | - |
| HSV(B) | 214.09º | 0.36% | 0.47% | - |
| XYZ | 10.69 | 11.32 | 19.71 | - |
| YUV | 93.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 121 | 0.36 | 0.21 | 0 | 0.53 | 214.09 | 0.22 | 0.39 |
| Hex | 4D | 60 | 79 | 24 | 15 | 0 | 35 | D6 | 16 | 27 |
| Octal | 115 | 140 | 171 | 44 | 25 | 0 | 65 | 326 | 26 | 47 |
| Binary | 1001101 | 1100000 | 1111001 | 100100 | 10101 | 0 | 110101 | 11010110 | 10110 | 100111 |
Color Harmonies of #4D6079
Complementary color
Monochromatic Colors of #4D6079
Black with #4D6079
Text Example
Text Example
White with #4D6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6079; }
p { color: rgb(77,96,121); }
H1.HeaderClassName
{
color: #4D6079;
}
.AnyTagClassName
{
color: #4D6079;
}
</style>
background-color css
<style>
a { background-color: #4D6079; }
a { background-color: rgb(77,96,121); }
div.DivClassName
{
background-color: #4D6079;
}
.BgClassName
{
background-color: #4D6079;
}
</style>
border-color css
<style>
span { border-color: #4D6079; }
span { border-color: rgb(77,96,121); }
td.TdClassName
{
border-color: #4D6079;
}
.TagClassName
{
border-color: #4D6079;
}
</style>