Shades of Chambray #4D5F70
Tints of Chambray #4D5F70
RGB
CMYK
RGB Variations
Color information
#4D5F70 (or 0x4D5F70) is known color: Chambray. HEX triplet: 4D, 5F and 70. RGB value is (77,95,112). Sum of RGB (Red+Green+Blue) = 77+95+112=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F70 is #B2A08F. Grayscale: #5B5B5B. Windows color (decimal): -11706512 or 7364429. OLE color: 7364429.
HSL color Cylindrical-coordinate representation of color #4D5F70: hue angle of 209.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D5F70 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 95 | 112 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.56 |
| HSL | 209.14º | 0.19% | 0.37% | - |
| HSV(B) | 209.14º | 0.31% | 0.44% | - |
| XYZ | 10.08 | 10.93 | 16.91 | - |
| YUV | 91.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 112 | 0.31 | 0.15 | 0 | 0.56 | 209.14 | 0.19 | 0.37 |
| Hex | 4D | 5F | 70 | 1F | F | 0 | 38 | D1 | 13 | 25 |
| Octal | 115 | 137 | 160 | 37 | 17 | 0 | 70 | 321 | 23 | 45 |
| Binary | 1001101 | 1011111 | 1110000 | 11111 | 1111 | 0 | 111000 | 11010001 | 10011 | 100101 |
Color Harmonies of #4D5F70
Complementary color
Monochromatic Colors of #4D5F70
Black with #4D5F70
Text Example
Text Example
White with #4D5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F70; }
p { color: rgb(77,95,112); }
H1.HeaderClassName
{
color: #4D5F70;
}
.AnyTagClassName
{
color: #4D5F70;
}
</style>
background-color css
<style>
a { background-color: #4D5F70; }
a { background-color: rgb(77,95,112); }
div.DivClassName
{
background-color: #4D5F70;
}
.BgClassName
{
background-color: #4D5F70;
}
</style>
border-color css
<style>
span { border-color: #4D5F70; }
span { border-color: rgb(77,95,112); }
td.TdClassName
{
border-color: #4D5F70;
}
.TagClassName
{
border-color: #4D5F70;
}
</style>