Shades of Chambray #47597D
Tints of Chambray #47597D
RGB
CMYK
RGB Variations
Color information
#47597D (or 0x47597D) is known color: Chambray. HEX triplet: 47, 59 and 7D. RGB value is (71,89,125). Sum of RGB (Red+Green+Blue) = 71+89+125=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #47597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597D is #B8A682. Grayscale: #575757. Windows color (decimal): -12101251 or 8214855. OLE color: 8214855.
HSL color Cylindrical-coordinate representation of color #47597D: hue angle of 220º 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 #47597D is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 89 | 125 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.51 |
| HSL | 220º | 0.28% | 0.38% | - |
| HSV(B) | 220º | 0.43% | 0.49% | - |
| XYZ | 9.87 | 9.97 | 20.81 | - |
| YUV | 87.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 125 | 0.43 | 0.29 | 0 | 0.51 | 220 | 0.28 | 0.38 |
| Hex | 47 | 59 | 7D | 2B | 1D | 0 | 33 | DC | 1C | 26 |
| Octal | 107 | 131 | 175 | 53 | 35 | 0 | 63 | 334 | 34 | 46 |
| Binary | 1000111 | 1011001 | 1111101 | 101011 | 11101 | 0 | 110011 | 11011100 | 11100 | 100110 |
Color Harmonies of #47597D
Complementary color
Monochromatic Colors of #47597D
Black with #47597D
Text Example
Text Example
White with #47597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47597D; }
p { color: rgb(71,89,125); }
H1.HeaderClassName
{
color: #47597D;
}
.AnyTagClassName
{
color: #47597D;
}
</style>
background-color css
<style>
a { background-color: #47597D; }
a { background-color: rgb(71,89,125); }
div.DivClassName
{
background-color: #47597D;
}
.BgClassName
{
background-color: #47597D;
}
</style>
border-color css
<style>
span { border-color: #47597D; }
span { border-color: rgb(71,89,125); }
td.TdClassName
{
border-color: #47597D;
}
.TagClassName
{
border-color: #47597D;
}
</style>