Shades of Chambray #4D5D77
Tints of Chambray #4D5D77
RGB
CMYK
RGB Variations
Color information
#4D5D77 (or 0x4D5D77) is known color: Chambray. HEX triplet: 4D, 5D and 77. RGB value is (77,93,119). Sum of RGB (Red+Green+Blue) = 77+93+119=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D5D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D77 is #B2A288. Grayscale: #5B5B5B. Windows color (decimal): -11707017 or 7822669. OLE color: 7822669.
HSL color Cylindrical-coordinate representation of color #4D5D77: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5D77 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 93 | 119 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.53 |
| HSL | 217.14º | 0.21% | 0.38% | - |
| HSV(B) | 217.14º | 0.35% | 0.47% | - |
| XYZ | 10.3 | 10.74 | 18.98 | - |
| YUV | 91.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 119 | 0.35 | 0.22 | 0 | 0.53 | 217.14 | 0.21 | 0.38 |
| Hex | 4D | 5D | 77 | 23 | 16 | 0 | 35 | D9 | 15 | 26 |
| Octal | 115 | 135 | 167 | 43 | 26 | 0 | 65 | 331 | 25 | 46 |
| Binary | 1001101 | 1011101 | 1110111 | 100011 | 10110 | 0 | 110101 | 11011001 | 10101 | 100110 |
Color Harmonies of #4D5D77
Complementary color
Monochromatic Colors of #4D5D77
Black with #4D5D77
Text Example
Text Example
White with #4D5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D77; }
p { color: rgb(77,93,119); }
H1.HeaderClassName
{
color: #4D5D77;
}
.AnyTagClassName
{
color: #4D5D77;
}
</style>
background-color css
<style>
a { background-color: #4D5D77; }
a { background-color: rgb(77,93,119); }
div.DivClassName
{
background-color: #4D5D77;
}
.BgClassName
{
background-color: #4D5D77;
}
</style>
border-color css
<style>
span { border-color: #4D5D77; }
span { border-color: rgb(77,93,119); }
td.TdClassName
{
border-color: #4D5D77;
}
.TagClassName
{
border-color: #4D5D77;
}
</style>