Shades of Chambray #4A5876
Tints of Chambray #4A5876
RGB
CMYK
RGB Variations
Color information
#4A5876 (or 0x4A5876) is known color: Chambray. HEX triplet: 4A, 58 and 76. RGB value is (74,88,118). Sum of RGB (Red+Green+Blue) = 74+88+118=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A5876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5876 is #B5A789. Grayscale: #575757. Windows color (decimal): -11904906 or 7755850. OLE color: 7755850.
HSL color Cylindrical-coordinate representation of color #4A5876: hue angle of 220.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5876 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 88 | 118 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.54 |
| HSL | 220.91º | 0.23% | 0.38% | - |
| HSV(B) | 220.91º | 0.37% | 0.46% | - |
| XYZ | 9.58 | 9.74 | 18.52 | - |
| YUV | 87.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 118 | 0.37 | 0.25 | 0 | 0.54 | 220.91 | 0.23 | 0.38 |
| Hex | 4A | 58 | 76 | 25 | 19 | 0 | 36 | DD | 17 | 26 |
| Octal | 112 | 130 | 166 | 45 | 31 | 0 | 66 | 335 | 27 | 46 |
| Binary | 1001010 | 1011000 | 1110110 | 100101 | 11001 | 0 | 110110 | 11011101 | 10111 | 100110 |
Color Harmonies of #4A5876
Complementary color
Monochromatic Colors of #4A5876
Black with #4A5876
Text Example
Text Example
White with #4A5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5876; }
p { color: rgb(74,88,118); }
H1.HeaderClassName
{
color: #4A5876;
}
.AnyTagClassName
{
color: #4A5876;
}
</style>
background-color css
<style>
a { background-color: #4A5876; }
a { background-color: rgb(74,88,118); }
div.DivClassName
{
background-color: #4A5876;
}
.BgClassName
{
background-color: #4A5876;
}
</style>
border-color css
<style>
span { border-color: #4A5876; }
span { border-color: rgb(74,88,118); }
td.TdClassName
{
border-color: #4A5876;
}
.TagClassName
{
border-color: #4A5876;
}
</style>