Shades of Chambray #4D5D71
Tints of Chambray #4D5D71
RGB
CMYK
RGB Variations
Color information
#4D5D71 (or 0x4D5D71) is known color: Chambray. HEX triplet: 4D, 5D and 71. RGB value is (77,93,113). Sum of RGB (Red+Green+Blue) = 77+93+113=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D71 is #B2A28E. Grayscale: #5A5A5A. Windows color (decimal): -11707023 or 7429453. OLE color: 7429453.
HSL color Cylindrical-coordinate representation of color #4D5D71: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5D71 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 93 | 113 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.56 |
| HSL | 213.33º | 0.19% | 0.37% | - |
| HSV(B) | 213.33º | 0.32% | 0.44% | - |
| XYZ | 9.96 | 10.6 | 17.14 | - |
| YUV | 90.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 113 | 0.32 | 0.18 | 0 | 0.56 | 213.33 | 0.19 | 0.37 |
| Hex | 4D | 5D | 71 | 20 | 12 | 0 | 38 | D5 | 13 | 25 |
| Octal | 115 | 135 | 161 | 40 | 22 | 0 | 70 | 325 | 23 | 45 |
| Binary | 1001101 | 1011101 | 1110001 | 100000 | 10010 | 0 | 111000 | 11010101 | 10011 | 100101 |
Color Harmonies of #4D5D71
Complementary color
Monochromatic Colors of #4D5D71
Black with #4D5D71
Text Example
Text Example
White with #4D5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D71; }
p { color: rgb(77,93,113); }
H1.HeaderClassName
{
color: #4D5D71;
}
.AnyTagClassName
{
color: #4D5D71;
}
</style>
background-color css
<style>
a { background-color: #4D5D71; }
a { background-color: rgb(77,93,113); }
div.DivClassName
{
background-color: #4D5D71;
}
.BgClassName
{
background-color: #4D5D71;
}
</style>
border-color css
<style>
span { border-color: #4D5D71; }
span { border-color: rgb(77,93,113); }
td.TdClassName
{
border-color: #4D5D71;
}
.TagClassName
{
border-color: #4D5D71;
}
</style>