Shades of Chambray #4C5875
Tints of Chambray #4C5875
RGB
CMYK
RGB Variations
Color information
#4C5875 (or 0x4C5875) is known color: Chambray. HEX triplet: 4C, 58 and 75. RGB value is (76,88,117). Sum of RGB (Red+Green+Blue) = 76+88+117=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5875 is #B3A78A. Grayscale: #575757. Windows color (decimal): -11773835 or 7690316. OLE color: 7690316.
HSL color Cylindrical-coordinate representation of color #4C5875: hue angle of 222.44º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C5875 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 88 | 117 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.54 |
| HSL | 222.44º | 0.21% | 0.38% | - |
| HSV(B) | 222.44º | 0.35% | 0.46% | - |
| XYZ | 9.68 | 9.8 | 18.21 | - |
| YUV | 87.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 117 | 0.35 | 0.25 | 0 | 0.54 | 222.44 | 0.21 | 0.38 |
| Hex | 4C | 58 | 75 | 23 | 19 | 0 | 36 | DE | 15 | 26 |
| Octal | 114 | 130 | 165 | 43 | 31 | 0 | 66 | 336 | 25 | 46 |
| Binary | 1001100 | 1011000 | 1110101 | 100011 | 11001 | 0 | 110110 | 11011110 | 10101 | 100110 |
Color Harmonies of #4C5875
Complementary color
Monochromatic Colors of #4C5875
Black with #4C5875
Text Example
Text Example
White with #4C5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5875; }
p { color: rgb(76,88,117); }
H1.HeaderClassName
{
color: #4C5875;
}
.AnyTagClassName
{
color: #4C5875;
}
</style>
background-color css
<style>
a { background-color: #4C5875; }
a { background-color: rgb(76,88,117); }
div.DivClassName
{
background-color: #4C5875;
}
.BgClassName
{
background-color: #4C5875;
}
</style>
border-color css
<style>
span { border-color: #4C5875; }
span { border-color: rgb(76,88,117); }
td.TdClassName
{
border-color: #4C5875;
}
.TagClassName
{
border-color: #4C5875;
}
</style>