Shades of Chambray #4A587C
Tints of Chambray #4A587C
RGB
CMYK
RGB Variations
Color information
#4A587C (or 0x4A587C) is known color: Chambray. HEX triplet: 4A, 58 and 7C. RGB value is (74,88,124). Sum of RGB (Red+Green+Blue) = 74+88+124=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A587C is #B5A783. Grayscale: #575757. Windows color (decimal): -11904900 or 8149066. OLE color: 8149066.
HSL color Cylindrical-coordinate representation of color #4A587C: hue angle of 223.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A587C is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 88 | 124 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.51 |
| HSL | 223.2º | 0.25% | 0.39% | - |
| HSV(B) | 223.2º | 0.4% | 0.49% | - |
| XYZ | 9.95 | 9.89 | 20.45 | - |
| YUV | 87.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 124 | 0.40 | 0.29 | 0 | 0.51 | 223.2 | 0.25 | 0.39 |
| Hex | 4A | 58 | 7C | 28 | 1D | 0 | 33 | DF | 19 | 27 |
| Octal | 112 | 130 | 174 | 50 | 35 | 0 | 63 | 337 | 31 | 47 |
| Binary | 1001010 | 1011000 | 1111100 | 101000 | 11101 | 0 | 110011 | 11011111 | 11001 | 100111 |
Color Harmonies of #4A587C
Complementary color
Monochromatic Colors of #4A587C
Black with #4A587C
Text Example
Text Example
White with #4A587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A587C; }
p { color: rgb(74,88,124); }
H1.HeaderClassName
{
color: #4A587C;
}
.AnyTagClassName
{
color: #4A587C;
}
</style>
background-color css
<style>
a { background-color: #4A587C; }
a { background-color: rgb(74,88,124); }
div.DivClassName
{
background-color: #4A587C;
}
.BgClassName
{
background-color: #4A587C;
}
</style>
border-color css
<style>
span { border-color: #4A587C; }
span { border-color: rgb(74,88,124); }
td.TdClassName
{
border-color: #4A587C;
}
.TagClassName
{
border-color: #4A587C;
}
</style>