Shades of Chambray #4D5872
Tints of Chambray #4D5872
RGB
CMYK
RGB Variations
Color information
#4D5872 (or 0x4D5872) is known color: Chambray. HEX triplet: 4D, 58 and 72. RGB value is (77,88,114). Sum of RGB (Red+Green+Blue) = 77+88+114=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5872 is #B2A78D. Grayscale: #575757. Windows color (decimal): -11708302 or 7493709. OLE color: 7493709.
HSL color Cylindrical-coordinate representation of color #4D5872: hue angle of 222.16º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5872 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 88 | 114 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.55 |
| HSL | 222.16º | 0.19% | 0.37% | - |
| HSV(B) | 222.16º | 0.32% | 0.45% | - |
| XYZ | 9.59 | 9.77 | 17.3 | - |
| YUV | 87.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 114 | 0.32 | 0.23 | 0 | 0.55 | 222.16 | 0.19 | 0.37 |
| Hex | 4D | 58 | 72 | 20 | 17 | 0 | 37 | DE | 13 | 25 |
| Octal | 115 | 130 | 162 | 40 | 27 | 0 | 67 | 336 | 23 | 45 |
| Binary | 1001101 | 1011000 | 1110010 | 100000 | 10111 | 0 | 110111 | 11011110 | 10011 | 100101 |
Color Harmonies of #4D5872
Complementary color
Monochromatic Colors of #4D5872
Black with #4D5872
Text Example
Text Example
White with #4D5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5872; }
p { color: rgb(77,88,114); }
H1.HeaderClassName
{
color: #4D5872;
}
.AnyTagClassName
{
color: #4D5872;
}
</style>
background-color css
<style>
a { background-color: #4D5872; }
a { background-color: rgb(77,88,114); }
div.DivClassName
{
background-color: #4D5872;
}
.BgClassName
{
background-color: #4D5872;
}
</style>
border-color css
<style>
span { border-color: #4D5872; }
span { border-color: rgb(77,88,114); }
td.TdClassName
{
border-color: #4D5872;
}
.TagClassName
{
border-color: #4D5872;
}
</style>