Shades of Chambray #4A5D84
Tints of Chambray #4A5D84
RGB
CMYK
RGB Variations
Color information
#4A5D84 (or 0x4A5D84) is known color: Chambray. HEX triplet: 4A, 5D and 84. RGB value is (74,93,132). Sum of RGB (Red+Green+Blue) = 74+93+132=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A5D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5D84 is #B5A27B. Grayscale: #5B5B5B. Windows color (decimal): -11903612 or 8674634. OLE color: 8674634.
HSL color Cylindrical-coordinate representation of color #4A5D84: hue angle of 220.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5D84 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 93 | 132 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.48 |
| HSL | 220.34º | 0.28% | 0.4% | - |
| HSV(B) | 220.34º | 0.44% | 0.52% | - |
| XYZ | 10.9 | 10.95 | 23.37 | - |
| YUV | 91.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 132 | 0.44 | 0.30 | 0 | 0.48 | 220.34 | 0.28 | 0.4 |
| Hex | 4A | 5D | 84 | 2C | 1E | 0 | 30 | DC | 1C | 28 |
| Octal | 112 | 135 | 204 | 54 | 36 | 0 | 60 | 334 | 34 | 50 |
| Binary | 1001010 | 1011101 | 10000100 | 101100 | 11110 | 0 | 110000 | 11011100 | 11100 | 101000 |
Color Harmonies of #4A5D84
Complementary color
Monochromatic Colors of #4A5D84
Black with #4A5D84
Text Example
Text Example
White with #4A5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5D84; }
p { color: rgb(74,93,132); }
H1.HeaderClassName
{
color: #4A5D84;
}
.AnyTagClassName
{
color: #4A5D84;
}
</style>
background-color css
<style>
a { background-color: #4A5D84; }
a { background-color: rgb(74,93,132); }
div.DivClassName
{
background-color: #4A5D84;
}
.BgClassName
{
background-color: #4A5D84;
}
</style>
border-color css
<style>
span { border-color: #4A5D84; }
span { border-color: rgb(74,93,132); }
td.TdClassName
{
border-color: #4A5D84;
}
.TagClassName
{
border-color: #4A5D84;
}
</style>