Shades of Chambray #47557D
Tints of Chambray #47557D
RGB
CMYK
RGB Variations
Color information
#47557D (or 0x47557D) is known color: Chambray. HEX triplet: 47, 55 and 7D. RGB value is (71,85,125). Sum of RGB (Red+Green+Blue) = 71+85+125=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #47557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47557D is #B8AA82. Grayscale: #555555. Windows color (decimal): -12102275 or 8213831. OLE color: 8213831.
HSL color Cylindrical-coordinate representation of color #47557D: hue angle of 224.44º 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 #47557D is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 85 | 125 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.51 |
| HSL | 224.44º | 0.28% | 0.38% | - |
| HSV(B) | 224.44º | 0.43% | 0.49% | - |
| XYZ | 9.55 | 9.32 | 20.7 | - |
| YUV | 85.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 125 | 0.43 | 0.32 | 0 | 0.51 | 224.44 | 0.28 | 0.38 |
| Hex | 47 | 55 | 7D | 2B | 20 | 0 | 33 | E0 | 1C | 26 |
| Octal | 107 | 125 | 175 | 53 | 40 | 0 | 63 | 340 | 34 | 46 |
| Binary | 1000111 | 1010101 | 1111101 | 101011 | 100000 | 0 | 110011 | 11100000 | 11100 | 100110 |
Color Harmonies of #47557D
Complementary color
Monochromatic Colors of #47557D
Black with #47557D
Text Example
Text Example
White with #47557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47557D; }
p { color: rgb(71,85,125); }
H1.HeaderClassName
{
color: #47557D;
}
.AnyTagClassName
{
color: #47557D;
}
</style>
background-color css
<style>
a { background-color: #47557D; }
a { background-color: rgb(71,85,125); }
div.DivClassName
{
background-color: #47557D;
}
.BgClassName
{
background-color: #47557D;
}
</style>
border-color css
<style>
span { border-color: #47557D; }
span { border-color: rgb(71,85,125); }
td.TdClassName
{
border-color: #47557D;
}
.TagClassName
{
border-color: #47557D;
}
</style>