Shades of Chambray #4D5C71
Tints of Chambray #4D5C71
RGB
CMYK
RGB Variations
Color information
#4D5C71 (or 0x4D5C71) is known color: Chambray. HEX triplet: 4D, 5C and 71. RGB value is (77,92,113). Sum of RGB (Red+Green+Blue) = 77+92+113=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5C71 is #B2A38E. Grayscale: #595959. Windows color (decimal): -11707279 or 7429197. OLE color: 7429197.
HSL color Cylindrical-coordinate representation of color #4D5C71: hue angle of 215º 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 #4D5C71 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 92 | 113 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.56 |
| HSL | 215º | 0.19% | 0.37% | - |
| HSV(B) | 215º | 0.32% | 0.44% | - |
| XYZ | 9.87 | 10.42 | 17.11 | - |
| YUV | 89.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 113 | 0.32 | 0.19 | 0 | 0.56 | 215 | 0.19 | 0.37 |
| Hex | 4D | 5C | 71 | 20 | 13 | 0 | 38 | D7 | 13 | 25 |
| Octal | 115 | 134 | 161 | 40 | 23 | 0 | 70 | 327 | 23 | 45 |
| Binary | 1001101 | 1011100 | 1110001 | 100000 | 10011 | 0 | 111000 | 11010111 | 10011 | 100101 |
Color Harmonies of #4D5C71
Complementary color
Monochromatic Colors of #4D5C71
Black with #4D5C71
Text Example
Text Example
White with #4D5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5C71; }
p { color: rgb(77,92,113); }
H1.HeaderClassName
{
color: #4D5C71;
}
.AnyTagClassName
{
color: #4D5C71;
}
</style>
background-color css
<style>
a { background-color: #4D5C71; }
a { background-color: rgb(77,92,113); }
div.DivClassName
{
background-color: #4D5C71;
}
.BgClassName
{
background-color: #4D5C71;
}
</style>
border-color css
<style>
span { border-color: #4D5C71; }
span { border-color: rgb(77,92,113); }
td.TdClassName
{
border-color: #4D5C71;
}
.TagClassName
{
border-color: #4D5C71;
}
</style>