Shades of Chambray #4D5976
Tints of Chambray #4D5976
RGB
CMYK
RGB Variations
Color information
#4D5976 (or 0x4D5976) is known color: Chambray. HEX triplet: 4D, 59 and 76. RGB value is (77,89,118). Sum of RGB (Red+Green+Blue) = 77+89+118=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5976 is #B2A689. Grayscale: #585858. Windows color (decimal): -11708042 or 7756109. OLE color: 7756109.
HSL color Cylindrical-coordinate representation of color #4D5976: hue angle of 222.44º 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 #4D5976 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 89 | 118 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.54 |
| HSL | 222.44º | 0.21% | 0.38% | - |
| HSV(B) | 222.44º | 0.35% | 0.46% | - |
| XYZ | 9.9 | 10.03 | 18.55 | - |
| YUV | 88.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 118 | 0.35 | 0.25 | 0 | 0.54 | 222.44 | 0.21 | 0.38 |
| Hex | 4D | 59 | 76 | 23 | 19 | 0 | 36 | DE | 15 | 26 |
| Octal | 115 | 131 | 166 | 43 | 31 | 0 | 66 | 336 | 25 | 46 |
| Binary | 1001101 | 1011001 | 1110110 | 100011 | 11001 | 0 | 110110 | 11011110 | 10101 | 100110 |
Color Harmonies of #4D5976
Complementary color
Monochromatic Colors of #4D5976
Black with #4D5976
Text Example
Text Example
White with #4D5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5976; }
p { color: rgb(77,89,118); }
H1.HeaderClassName
{
color: #4D5976;
}
.AnyTagClassName
{
color: #4D5976;
}
</style>
background-color css
<style>
a { background-color: #4D5976; }
a { background-color: rgb(77,89,118); }
div.DivClassName
{
background-color: #4D5976;
}
.BgClassName
{
background-color: #4D5976;
}
</style>
border-color css
<style>
span { border-color: #4D5976; }
span { border-color: rgb(77,89,118); }
td.TdClassName
{
border-color: #4D5976;
}
.TagClassName
{
border-color: #4D5976;
}
</style>