Shades of Chambray #4D617D
Tints of Chambray #4D617D
RGB
CMYK
RGB Variations
Color information
#4D617D (or 0x4D617D) is known color: Chambray. HEX triplet: 4D, 61 and 7D. RGB value is (77,97,125). Sum of RGB (Red+Green+Blue) = 77+97+125=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D617D is #B29E82. Grayscale: #5E5E5E. Windows color (decimal): -11705987 or 8216909. OLE color: 8216909.
HSL color Cylindrical-coordinate representation of color #4D617D: hue angle of 215º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D617D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 97 | 125 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.51 |
| HSL | 215º | 0.24% | 0.4% | - |
| HSV(B) | 215º | 0.38% | 0.49% | - |
| XYZ | 11.04 | 11.61 | 21.06 | - |
| YUV | 94.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 125 | 0.38 | 0.22 | 0 | 0.51 | 215 | 0.24 | 0.4 |
| Hex | 4D | 61 | 7D | 26 | 16 | 0 | 33 | D7 | 18 | 28 |
| Octal | 115 | 141 | 175 | 46 | 26 | 0 | 63 | 327 | 30 | 50 |
| Binary | 1001101 | 1100001 | 1111101 | 100110 | 10110 | 0 | 110011 | 11010111 | 11000 | 101000 |
Color Harmonies of #4D617D
Complementary color
Monochromatic Colors of #4D617D
Black with #4D617D
Text Example
Text Example
White with #4D617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D617D; }
p { color: rgb(77,97,125); }
H1.HeaderClassName
{
color: #4D617D;
}
.AnyTagClassName
{
color: #4D617D;
}
</style>
background-color css
<style>
a { background-color: #4D617D; }
a { background-color: rgb(77,97,125); }
div.DivClassName
{
background-color: #4D617D;
}
.BgClassName
{
background-color: #4D617D;
}
</style>
border-color css
<style>
span { border-color: #4D617D; }
span { border-color: rgb(77,97,125); }
td.TdClassName
{
border-color: #4D617D;
}
.TagClassName
{
border-color: #4D617D;
}
</style>