Shades of Chambray #4E577A
Tints of Chambray #4E577A
RGB
CMYK
RGB Variations
Color information
#4E577A (or 0x4E577A) is known color: Chambray. HEX triplet: 4E, 57 and 7A. RGB value is (78,87,122). Sum of RGB (Red+Green+Blue) = 78+87+122=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E577A is #B1A885. Grayscale: #585858. Windows color (decimal): -11643014 or 8017742. OLE color: 8017742.
HSL color Cylindrical-coordinate representation of color #4E577A: hue angle of 227.73º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E577A is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 87 | 122 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.52 |
| HSL | 227.73º | 0.22% | 0.39% | - |
| HSV(B) | 227.73º | 0.36% | 0.48% | - |
| XYZ | 10.06 | 9.84 | 19.78 | - |
| YUV | 88.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 122 | 0.36 | 0.29 | 0 | 0.52 | 227.73 | 0.22 | 0.39 |
| Hex | 4E | 57 | 7A | 24 | 1D | 0 | 34 | E4 | 16 | 27 |
| Octal | 116 | 127 | 172 | 44 | 35 | 0 | 64 | 344 | 26 | 47 |
| Binary | 1001110 | 1010111 | 1111010 | 100100 | 11101 | 0 | 110100 | 11100100 | 10110 | 100111 |
Color Harmonies of #4E577A
Complementary color
Monochromatic Colors of #4E577A
Black with #4E577A
Text Example
Text Example
White with #4E577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E577A; }
p { color: rgb(78,87,122); }
H1.HeaderClassName
{
color: #4E577A;
}
.AnyTagClassName
{
color: #4E577A;
}
</style>
background-color css
<style>
a { background-color: #4E577A; }
a { background-color: rgb(78,87,122); }
div.DivClassName
{
background-color: #4E577A;
}
.BgClassName
{
background-color: #4E577A;
}
</style>
border-color css
<style>
span { border-color: #4E577A; }
span { border-color: rgb(78,87,122); }
td.TdClassName
{
border-color: #4E577A;
}
.TagClassName
{
border-color: #4E577A;
}
</style>