Shades of Chambray #47597B
Tints of Chambray #47597B
RGB
CMYK
RGB Variations
Color information
#47597B (or 0x47597B) is known color: Chambray. HEX triplet: 47, 59 and 7B. RGB value is (71,89,123). Sum of RGB (Red+Green+Blue) = 71+89+123=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #47597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597B is #B8A684. Grayscale: #575757. Windows color (decimal): -12101253 or 8083783. OLE color: 8083783.
HSL color Cylindrical-coordinate representation of color #47597B: hue angle of 219.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47597B is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 89 | 123 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.52 |
| HSL | 219.23º | 0.27% | 0.38% | - |
| HSV(B) | 219.23º | 0.42% | 0.48% | - |
| XYZ | 9.75 | 9.91 | 20.14 | - |
| YUV | 87.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 123 | 0.42 | 0.28 | 0 | 0.52 | 219.23 | 0.27 | 0.38 |
| Hex | 47 | 59 | 7B | 2A | 1C | 0 | 34 | DB | 1B | 26 |
| Octal | 107 | 131 | 173 | 52 | 34 | 0 | 64 | 333 | 33 | 46 |
| Binary | 1000111 | 1011001 | 1111011 | 101010 | 11100 | 0 | 110100 | 11011011 | 11011 | 100110 |
Color Harmonies of #47597B
Complementary color
Monochromatic Colors of #47597B
Black with #47597B
Text Example
Text Example
White with #47597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47597B; }
p { color: rgb(71,89,123); }
H1.HeaderClassName
{
color: #47597B;
}
.AnyTagClassName
{
color: #47597B;
}
</style>
background-color css
<style>
a { background-color: #47597B; }
a { background-color: rgb(71,89,123); }
div.DivClassName
{
background-color: #47597B;
}
.BgClassName
{
background-color: #47597B;
}
</style>
border-color css
<style>
span { border-color: #47597B; }
span { border-color: rgb(71,89,123); }
td.TdClassName
{
border-color: #47597B;
}
.TagClassName
{
border-color: #47597B;
}
</style>