Shades of Chambray #4A5674
Tints of Chambray #4A5674
RGB
CMYK
RGB Variations
Color information
#4A5674 (or 0x4A5674) is known color: Chambray. HEX triplet: 4A, 56 and 74. RGB value is (74,86,116). Sum of RGB (Red+Green+Blue) = 74+86+116=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A5674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5674 is #B5A98B. Grayscale: #555555. Windows color (decimal): -11905420 or 7624266. OLE color: 7624266.
HSL color Cylindrical-coordinate representation of color #4A5674: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5674 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 86 | 116 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.55 |
| HSL | 222.86º | 0.22% | 0.37% | - |
| HSV(B) | 222.86º | 0.36% | 0.45% | - |
| XYZ | 9.3 | 9.37 | 17.84 | - |
| YUV | 85.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 116 | 0.36 | 0.26 | 0 | 0.55 | 222.86 | 0.22 | 0.37 |
| Hex | 4A | 56 | 74 | 24 | 1A | 0 | 37 | DF | 16 | 25 |
| Octal | 112 | 126 | 164 | 44 | 32 | 0 | 67 | 337 | 26 | 45 |
| Binary | 1001010 | 1010110 | 1110100 | 100100 | 11010 | 0 | 110111 | 11011111 | 10110 | 100101 |
Color Harmonies of #4A5674
Complementary color
Monochromatic Colors of #4A5674
Black with #4A5674
Text Example
Text Example
White with #4A5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5674; }
p { color: rgb(74,86,116); }
H1.HeaderClassName
{
color: #4A5674;
}
.AnyTagClassName
{
color: #4A5674;
}
</style>
background-color css
<style>
a { background-color: #4A5674; }
a { background-color: rgb(74,86,116); }
div.DivClassName
{
background-color: #4A5674;
}
.BgClassName
{
background-color: #4A5674;
}
</style>
border-color css
<style>
span { border-color: #4A5674; }
span { border-color: rgb(74,86,116); }
td.TdClassName
{
border-color: #4A5674;
}
.TagClassName
{
border-color: #4A5674;
}
</style>