Shades of Chambray #4C5A7D
Tints of Chambray #4C5A7D
RGB
CMYK
RGB Variations
Color information
#4C5A7D (or 0x4C5A7D) is known color: Chambray. HEX triplet: 4C, 5A and 7D. RGB value is (76,90,125). Sum of RGB (Red+Green+Blue) = 76+90+125=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C5A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A7D is #B3A582. Grayscale: #595959. Windows color (decimal): -11773315 or 8215116. OLE color: 8215116.
HSL color Cylindrical-coordinate representation of color #4C5A7D: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C5A7D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 90 | 125 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.51 |
| HSL | 222.86º | 0.24% | 0.39% | - |
| HSV(B) | 222.86º | 0.39% | 0.49% | - |
| XYZ | 10.34 | 10.33 | 20.85 | - |
| YUV | 89.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 125 | 0.39 | 0.28 | 0 | 0.51 | 222.86 | 0.24 | 0.39 |
| Hex | 4C | 5A | 7D | 27 | 1C | 0 | 33 | DF | 18 | 27 |
| Octal | 114 | 132 | 175 | 47 | 34 | 0 | 63 | 337 | 30 | 47 |
| Binary | 1001100 | 1011010 | 1111101 | 100111 | 11100 | 0 | 110011 | 11011111 | 11000 | 100111 |
Color Harmonies of #4C5A7D
Complementary color
Monochromatic Colors of #4C5A7D
Black with #4C5A7D
Text Example
Text Example
White with #4C5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A7D; }
p { color: rgb(76,90,125); }
H1.HeaderClassName
{
color: #4C5A7D;
}
.AnyTagClassName
{
color: #4C5A7D;
}
</style>
background-color css
<style>
a { background-color: #4C5A7D; }
a { background-color: rgb(76,90,125); }
div.DivClassName
{
background-color: #4C5A7D;
}
.BgClassName
{
background-color: #4C5A7D;
}
</style>
border-color css
<style>
span { border-color: #4C5A7D; }
span { border-color: rgb(76,90,125); }
td.TdClassName
{
border-color: #4C5A7D;
}
.TagClassName
{
border-color: #4C5A7D;
}
</style>