Shades of Chambray #4D5975
Tints of Chambray #4D5975
RGB
CMYK
RGB Variations
Color information
#4D5975 (or 0x4D5975) is known color: Chambray. HEX triplet: 4D, 59 and 75. RGB value is (77,89,117). Sum of RGB (Red+Green+Blue) = 77+89+117=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D5975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5975 is #B2A68A. Grayscale: #585858. Windows color (decimal): -11708043 or 7690573. OLE color: 7690573.
HSL color Cylindrical-coordinate representation of color #4D5975: hue angle of 222º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D5975 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 89 | 117 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.54 |
| HSL | 222º | 0.21% | 0.38% | - |
| HSV(B) | 222º | 0.34% | 0.46% | - |
| XYZ | 9.84 | 10.01 | 18.24 | - |
| YUV | 88.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 117 | 0.34 | 0.24 | 0 | 0.54 | 222 | 0.21 | 0.38 |
| Hex | 4D | 59 | 75 | 22 | 18 | 0 | 36 | DE | 15 | 26 |
| Octal | 115 | 131 | 165 | 42 | 30 | 0 | 66 | 336 | 25 | 46 |
| Binary | 1001101 | 1011001 | 1110101 | 100010 | 11000 | 0 | 110110 | 11011110 | 10101 | 100110 |
Color Harmonies of #4D5975
Complementary color
Monochromatic Colors of #4D5975
Black with #4D5975
Text Example
Text Example
White with #4D5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5975; }
p { color: rgb(77,89,117); }
H1.HeaderClassName
{
color: #4D5975;
}
.AnyTagClassName
{
color: #4D5975;
}
</style>
background-color css
<style>
a { background-color: #4D5975; }
a { background-color: rgb(77,89,117); }
div.DivClassName
{
background-color: #4D5975;
}
.BgClassName
{
background-color: #4D5975;
}
</style>
border-color css
<style>
span { border-color: #4D5975; }
span { border-color: rgb(77,89,117); }
td.TdClassName
{
border-color: #4D5975;
}
.TagClassName
{
border-color: #4D5975;
}
</style>