Shades of Chambray #4D5878
Tints of Chambray #4D5878
RGB
CMYK
RGB Variations
Color information
#4D5878 (or 0x4D5878) is known color: Chambray. HEX triplet: 4D, 58 and 78. RGB value is (77,88,120). Sum of RGB (Red+Green+Blue) = 77+88+120=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5878 is #B2A787. Grayscale: #585858. Windows color (decimal): -11708296 or 7886925. OLE color: 7886925.
HSL color Cylindrical-coordinate representation of color #4D5878: hue angle of 224.65º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D5878 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 88 | 120 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.53 |
| HSL | 224.65º | 0.22% | 0.39% | - |
| HSV(B) | 224.65º | 0.36% | 0.47% | - |
| XYZ | 9.94 | 9.91 | 19.16 | - |
| YUV | 88.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 120 | 0.36 | 0.27 | 0 | 0.53 | 224.65 | 0.22 | 0.39 |
| Hex | 4D | 58 | 78 | 24 | 1B | 0 | 35 | E1 | 16 | 27 |
| Octal | 115 | 130 | 170 | 44 | 33 | 0 | 65 | 341 | 26 | 47 |
| Binary | 1001101 | 1011000 | 1111000 | 100100 | 11011 | 0 | 110101 | 11100001 | 10110 | 100111 |
Color Harmonies of #4D5878
Complementary color
Monochromatic Colors of #4D5878
Black with #4D5878
Text Example
Text Example
White with #4D5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5878; }
p { color: rgb(77,88,120); }
H1.HeaderClassName
{
color: #4D5878;
}
.AnyTagClassName
{
color: #4D5878;
}
</style>
background-color css
<style>
a { background-color: #4D5878; }
a { background-color: rgb(77,88,120); }
div.DivClassName
{
background-color: #4D5878;
}
.BgClassName
{
background-color: #4D5878;
}
</style>
border-color css
<style>
span { border-color: #4D5878; }
span { border-color: rgb(77,88,120); }
td.TdClassName
{
border-color: #4D5878;
}
.TagClassName
{
border-color: #4D5878;
}
</style>