Shades of Chambray #4A5685
Tints of Chambray #4A5685
RGB
CMYK
RGB Variations
Color information
#4A5685 (or 0x4A5685) is known color: Chambray. HEX triplet: 4A, 56 and 85. RGB value is (74,86,133). Sum of RGB (Red+Green+Blue) = 74+86+133=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5685 is #B5A97A. Grayscale: #575757. Windows color (decimal): -11905403 or 8738378. OLE color: 8738378.
HSL color Cylindrical-coordinate representation of color #4A5685: hue angle of 227.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5685 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 86 | 133 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.48 |
| HSL | 227.8º | 0.29% | 0.41% | - |
| HSV(B) | 227.8º | 0.44% | 0.52% | - |
| XYZ | 10.39 | 9.8 | 23.54 | - |
| YUV | 87.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 133 | 0.44 | 0.35 | 0 | 0.48 | 227.8 | 0.29 | 0.41 |
| Hex | 4A | 56 | 85 | 2C | 23 | 0 | 30 | E4 | 1D | 29 |
| Octal | 112 | 126 | 205 | 54 | 43 | 0 | 60 | 344 | 35 | 51 |
| Binary | 1001010 | 1010110 | 10000101 | 101100 | 100011 | 0 | 110000 | 11100100 | 11101 | 101001 |
Color Harmonies of #4A5685
Complementary color
Monochromatic Colors of #4A5685
Black with #4A5685
Text Example
Text Example
White with #4A5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5685; }
p { color: rgb(74,86,133); }
H1.HeaderClassName
{
color: #4A5685;
}
.AnyTagClassName
{
color: #4A5685;
}
</style>
background-color css
<style>
a { background-color: #4A5685; }
a { background-color: rgb(74,86,133); }
div.DivClassName
{
background-color: #4A5685;
}
.BgClassName
{
background-color: #4A5685;
}
</style>
border-color css
<style>
span { border-color: #4A5685; }
span { border-color: rgb(74,86,133); }
td.TdClassName
{
border-color: #4A5685;
}
.TagClassName
{
border-color: #4A5685;
}
</style>