Shades of Chambray #4D5876
Tints of Chambray #4D5876
RGB
CMYK
RGB Variations
Color information
#4D5876 (or 0x4D5876) is known color: Chambray. HEX triplet: 4D, 58 and 76. RGB value is (77,88,118). Sum of RGB (Red+Green+Blue) = 77+88+118=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D5876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5876 is #B2A789. Grayscale: #585858. Windows color (decimal): -11708298 or 7755853. OLE color: 7755853.
HSL color Cylindrical-coordinate representation of color #4D5876: hue angle of 223.9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5876 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 88 | 118 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.54 |
| HSL | 223.9º | 0.21% | 0.38% | - |
| HSV(B) | 223.9º | 0.35% | 0.46% | - |
| XYZ | 9.82 | 9.87 | 18.53 | - |
| YUV | 88.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 118 | 0.35 | 0.25 | 0 | 0.54 | 223.9 | 0.21 | 0.38 |
| Hex | 4D | 58 | 76 | 23 | 19 | 0 | 36 | E0 | 15 | 26 |
| Octal | 115 | 130 | 166 | 43 | 31 | 0 | 66 | 340 | 25 | 46 |
| Binary | 1001101 | 1011000 | 1110110 | 100011 | 11001 | 0 | 110110 | 11100000 | 10101 | 100110 |
Color Harmonies of #4D5876
Complementary color
Monochromatic Colors of #4D5876
Black with #4D5876
Text Example
Text Example
White with #4D5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5876; }
p { color: rgb(77,88,118); }
H1.HeaderClassName
{
color: #4D5876;
}
.AnyTagClassName
{
color: #4D5876;
}
</style>
background-color css
<style>
a { background-color: #4D5876; }
a { background-color: rgb(77,88,118); }
div.DivClassName
{
background-color: #4D5876;
}
.BgClassName
{
background-color: #4D5876;
}
</style>
border-color css
<style>
span { border-color: #4D5876; }
span { border-color: rgb(77,88,118); }
td.TdClassName
{
border-color: #4D5876;
}
.TagClassName
{
border-color: #4D5876;
}
</style>