Shades of Chambray #4D597C
Tints of Chambray #4D597C
RGB
CMYK
RGB Variations
Color information
#4D597C (or 0x4D597C) is known color: Chambray. HEX triplet: 4D, 59 and 7C. RGB value is (77,89,124). Sum of RGB (Red+Green+Blue) = 77+89+124=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D597C is #B2A683. Grayscale: #595959. Windows color (decimal): -11708036 or 8149325. OLE color: 8149325.
HSL color Cylindrical-coordinate representation of color #4D597C: hue angle of 224.68º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D597C is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 89 | 124 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.51 |
| HSL | 224.68º | 0.23% | 0.39% | - |
| HSV(B) | 224.68º | 0.38% | 0.49% | - |
| XYZ | 10.27 | 10.18 | 20.49 | - |
| YUV | 89.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 124 | 0.38 | 0.28 | 0 | 0.51 | 224.68 | 0.23 | 0.39 |
| Hex | 4D | 59 | 7C | 26 | 1C | 0 | 33 | E1 | 17 | 27 |
| Octal | 115 | 131 | 174 | 46 | 34 | 0 | 63 | 341 | 27 | 47 |
| Binary | 1001101 | 1011001 | 1111100 | 100110 | 11100 | 0 | 110011 | 11100001 | 10111 | 100111 |
Color Harmonies of #4D597C
Complementary color
Monochromatic Colors of #4D597C
Black with #4D597C
Text Example
Text Example
White with #4D597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D597C; }
p { color: rgb(77,89,124); }
H1.HeaderClassName
{
color: #4D597C;
}
.AnyTagClassName
{
color: #4D597C;
}
</style>
background-color css
<style>
a { background-color: #4D597C; }
a { background-color: rgb(77,89,124); }
div.DivClassName
{
background-color: #4D597C;
}
.BgClassName
{
background-color: #4D597C;
}
</style>
border-color css
<style>
span { border-color: #4D597C; }
span { border-color: rgb(77,89,124); }
td.TdClassName
{
border-color: #4D597C;
}
.TagClassName
{
border-color: #4D597C;
}
</style>