Shades of Chambray #47587D
Tints of Chambray #47587D
RGB
CMYK
RGB Variations
Color information
#47587D (or 0x47587D) is known color: Chambray. HEX triplet: 47, 58 and 7D. RGB value is (71,88,125). Sum of RGB (Red+Green+Blue) = 71+88+125=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #47587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587D is #B8A782. Grayscale: #565656. Windows color (decimal): -12101507 or 8214599. OLE color: 8214599.
HSL color Cylindrical-coordinate representation of color #47587D: hue angle of 221.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47587D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 88 | 125 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.51 |
| HSL | 221.11º | 0.28% | 0.38% | - |
| HSV(B) | 221.11º | 0.43% | 0.49% | - |
| XYZ | 9.79 | 9.8 | 20.78 | - |
| YUV | 87.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 125 | 0.43 | 0.30 | 0 | 0.51 | 221.11 | 0.28 | 0.38 |
| Hex | 47 | 58 | 7D | 2B | 1E | 0 | 33 | DD | 1C | 26 |
| Octal | 107 | 130 | 175 | 53 | 36 | 0 | 63 | 335 | 34 | 46 |
| Binary | 1000111 | 1011000 | 1111101 | 101011 | 11110 | 0 | 110011 | 11011101 | 11100 | 100110 |
Color Harmonies of #47587D
Complementary color
Monochromatic Colors of #47587D
Black with #47587D
Text Example
Text Example
White with #47587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47587D; }
p { color: rgb(71,88,125); }
H1.HeaderClassName
{
color: #47587D;
}
.AnyTagClassName
{
color: #47587D;
}
</style>
background-color css
<style>
a { background-color: #47587D; }
a { background-color: rgb(71,88,125); }
div.DivClassName
{
background-color: #47587D;
}
.BgClassName
{
background-color: #47587D;
}
</style>
border-color css
<style>
span { border-color: #47587D; }
span { border-color: rgb(71,88,125); }
td.TdClassName
{
border-color: #47587D;
}
.TagClassName
{
border-color: #47587D;
}
</style>