Shades of Chambray #4A5770
Tints of Chambray #4A5770
RGB
CMYK
RGB Variations
Color information
#4A5770 (or 0x4A5770) is known color: Chambray. HEX triplet: 4A, 57 and 70. RGB value is (74,87,112). Sum of RGB (Red+Green+Blue) = 74+87+112=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A5770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5770 is #B5A88F. Grayscale: #555555. Windows color (decimal): -11905168 or 7362378. OLE color: 7362378.
HSL color Cylindrical-coordinate representation of color #4A5770: hue angle of 219.47º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A5770 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 87 | 112 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.56 |
| HSL | 219.47º | 0.2% | 0.36% | - |
| HSV(B) | 219.47º | 0.34% | 0.44% | - |
| XYZ | 9.16 | 9.44 | 16.67 | - |
| YUV | 85.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 112 | 0.34 | 0.22 | 0 | 0.56 | 219.47 | 0.2 | 0.36 |
| Hex | 4A | 57 | 70 | 22 | 16 | 0 | 38 | DB | 14 | 24 |
| Octal | 112 | 127 | 160 | 42 | 26 | 0 | 70 | 333 | 24 | 44 |
| Binary | 1001010 | 1010111 | 1110000 | 100010 | 10110 | 0 | 111000 | 11011011 | 10100 | 100100 |
Color Harmonies of #4A5770
Complementary color
Monochromatic Colors of #4A5770
Black with #4A5770
Text Example
Text Example
White with #4A5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5770; }
p { color: rgb(74,87,112); }
H1.HeaderClassName
{
color: #4A5770;
}
.AnyTagClassName
{
color: #4A5770;
}
</style>
background-color css
<style>
a { background-color: #4A5770; }
a { background-color: rgb(74,87,112); }
div.DivClassName
{
background-color: #4A5770;
}
.BgClassName
{
background-color: #4A5770;
}
</style>
border-color css
<style>
span { border-color: #4A5770; }
span { border-color: rgb(74,87,112); }
td.TdClassName
{
border-color: #4A5770;
}
.TagClassName
{
border-color: #4A5770;
}
</style>