Shades of Chambray #4A5682
Tints of Chambray #4A5682
RGB
CMYK
RGB Variations
Color information
#4A5682 (or 0x4A5682) is known color: Chambray. HEX triplet: 4A, 56 and 82. RGB value is (74,86,130). Sum of RGB (Red+Green+Blue) = 74+86+130=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A5682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5682 is #B5A97D. Grayscale: #575757. Windows color (decimal): -11905406 or 8541770. OLE color: 8541770.
HSL color Cylindrical-coordinate representation of color #4A5682: hue angle of 227.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A5682 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 86 | 130 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.49 |
| HSL | 227.14º | 0.27% | 0.4% | - |
| HSV(B) | 227.14º | 0.43% | 0.51% | - |
| XYZ | 10.18 | 9.72 | 22.46 | - |
| YUV | 87.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 130 | 0.43 | 0.34 | 0 | 0.49 | 227.14 | 0.27 | 0.4 |
| Hex | 4A | 56 | 82 | 2B | 22 | 0 | 31 | E3 | 1B | 28 |
| Octal | 112 | 126 | 202 | 53 | 42 | 0 | 61 | 343 | 33 | 50 |
| Binary | 1001010 | 1010110 | 10000010 | 101011 | 100010 | 0 | 110001 | 11100011 | 11011 | 101000 |
Color Harmonies of #4A5682
Complementary color
Monochromatic Colors of #4A5682
Black with #4A5682
Text Example
Text Example
White with #4A5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5682; }
p { color: rgb(74,86,130); }
H1.HeaderClassName
{
color: #4A5682;
}
.AnyTagClassName
{
color: #4A5682;
}
</style>
background-color css
<style>
a { background-color: #4A5682; }
a { background-color: rgb(74,86,130); }
div.DivClassName
{
background-color: #4A5682;
}
.BgClassName
{
background-color: #4A5682;
}
</style>
border-color css
<style>
span { border-color: #4A5682; }
span { border-color: rgb(74,86,130); }
td.TdClassName
{
border-color: #4A5682;
}
.TagClassName
{
border-color: #4A5682;
}
</style>