Shades of Chambray #4C5C89
Tints of Chambray #4C5C89
RGB
CMYK
RGB Variations
Color information
#4C5C89 (or 0x4C5C89) is known color: Chambray. HEX triplet: 4C, 5C and 89. RGB value is (76,92,137). Sum of RGB (Red+Green+Blue) = 76+92+137=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C5C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5C89 is #B3A376. Grayscale: #5C5C5C. Windows color (decimal): -11772791 or 9002060. OLE color: 9002060.
HSL color Cylindrical-coordinate representation of color #4C5C89: hue angle of 224.26º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C5C89 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 92 | 137 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.46 |
| HSL | 224.26º | 0.29% | 0.42% | - |
| HSV(B) | 224.26º | 0.45% | 0.54% | - |
| XYZ | 11.32 | 11 | 25.19 | - |
| YUV | 92.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 137 | 0.45 | 0.33 | 0 | 0.46 | 224.26 | 0.29 | 0.42 |
| Hex | 4C | 5C | 89 | 2D | 21 | 0 | 2E | E0 | 1D | 2A |
| Octal | 114 | 134 | 211 | 55 | 41 | 0 | 56 | 340 | 35 | 52 |
| Binary | 1001100 | 1011100 | 10001001 | 101101 | 100001 | 0 | 101110 | 11100000 | 11101 | 101010 |
Color Harmonies of #4C5C89
Complementary color
Monochromatic Colors of #4C5C89
Black with #4C5C89
Text Example
Text Example
White with #4C5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C89; }
p { color: rgb(76,92,137); }
H1.HeaderClassName
{
color: #4C5C89;
}
.AnyTagClassName
{
color: #4C5C89;
}
</style>
background-color css
<style>
a { background-color: #4C5C89; }
a { background-color: rgb(76,92,137); }
div.DivClassName
{
background-color: #4C5C89;
}
.BgClassName
{
background-color: #4C5C89;
}
</style>
border-color css
<style>
span { border-color: #4C5C89; }
span { border-color: rgb(76,92,137); }
td.TdClassName
{
border-color: #4C5C89;
}
.TagClassName
{
border-color: #4C5C89;
}
</style>