Shades of Chambray #4C5E88
Tints of Chambray #4C5E88
RGB
CMYK
RGB Variations
Color information
#4C5E88 (or 0x4C5E88) is known color: Chambray. HEX triplet: 4C, 5E and 88. RGB value is (76,94,136). Sum of RGB (Red+Green+Blue) = 76+94+136=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C5E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5E88 is #B3A177. Grayscale: #5D5D5D. Windows color (decimal): -11772280 or 8937036. OLE color: 8937036.
HSL color Cylindrical-coordinate representation of color #4C5E88: hue angle of 222º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C5E88 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 94 | 136 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.47 |
| HSL | 222º | 0.28% | 0.42% | - |
| HSV(B) | 222º | 0.44% | 0.53% | - |
| XYZ | 11.43 | 11.32 | 24.88 | - |
| YUV | 93.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 136 | 0.44 | 0.31 | 0 | 0.47 | 222 | 0.28 | 0.42 |
| Hex | 4C | 5E | 88 | 2C | 1F | 0 | 2F | DE | 1C | 2A |
| Octal | 114 | 136 | 210 | 54 | 37 | 0 | 57 | 336 | 34 | 52 |
| Binary | 1001100 | 1011110 | 10001000 | 101100 | 11111 | 0 | 101111 | 11011110 | 11100 | 101010 |
Color Harmonies of #4C5E88
Complementary color
Monochromatic Colors of #4C5E88
Black with #4C5E88
Text Example
Text Example
White with #4C5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E88; }
p { color: rgb(76,94,136); }
H1.HeaderClassName
{
color: #4C5E88;
}
.AnyTagClassName
{
color: #4C5E88;
}
</style>
background-color css
<style>
a { background-color: #4C5E88; }
a { background-color: rgb(76,94,136); }
div.DivClassName
{
background-color: #4C5E88;
}
.BgClassName
{
background-color: #4C5E88;
}
</style>
border-color css
<style>
span { border-color: #4C5E88; }
span { border-color: rgb(76,94,136); }
td.TdClassName
{
border-color: #4C5E88;
}
.TagClassName
{
border-color: #4C5E88;
}
</style>