Shades of Chambray #4C5873
Tints of Chambray #4C5873
RGB
CMYK
RGB Variations
Color information
#4C5873 (or 0x4C5873) is known color: Chambray. HEX triplet: 4C, 58 and 73. RGB value is (76,88,115). Sum of RGB (Red+Green+Blue) = 76+88+115=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5873 is #B3A78C. Grayscale: #575757. Windows color (decimal): -11773837 or 7559244. OLE color: 7559244.
HSL color Cylindrical-coordinate representation of color #4C5873: hue angle of 221.54º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5873 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 88 | 115 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.55 |
| HSL | 221.54º | 0.2% | 0.37% | - |
| HSV(B) | 221.54º | 0.34% | 0.45% | - |
| XYZ | 9.56 | 9.75 | 17.6 | - |
| YUV | 87.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 115 | 0.34 | 0.23 | 0 | 0.55 | 221.54 | 0.2 | 0.37 |
| Hex | 4C | 58 | 73 | 22 | 17 | 0 | 37 | DE | 14 | 25 |
| Octal | 114 | 130 | 163 | 42 | 27 | 0 | 67 | 336 | 24 | 45 |
| Binary | 1001100 | 1011000 | 1110011 | 100010 | 10111 | 0 | 110111 | 11011110 | 10100 | 100101 |
Color Harmonies of #4C5873
Complementary color
Monochromatic Colors of #4C5873
Black with #4C5873
Text Example
Text Example
White with #4C5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5873; }
p { color: rgb(76,88,115); }
H1.HeaderClassName
{
color: #4C5873;
}
.AnyTagClassName
{
color: #4C5873;
}
</style>
background-color css
<style>
a { background-color: #4C5873; }
a { background-color: rgb(76,88,115); }
div.DivClassName
{
background-color: #4C5873;
}
.BgClassName
{
background-color: #4C5873;
}
</style>
border-color css
<style>
span { border-color: #4C5873; }
span { border-color: rgb(76,88,115); }
td.TdClassName
{
border-color: #4C5873;
}
.TagClassName
{
border-color: #4C5873;
}
</style>