Shades of Chambray #47567C
Tints of Chambray #47567C
RGB
CMYK
RGB Variations
Color information
#47567C (or 0x47567C) is known color: Chambray. HEX triplet: 47, 56 and 7C. RGB value is (71,86,124). Sum of RGB (Red+Green+Blue) = 71+86+124=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #47567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47567C is #B8A983. Grayscale: #555555. Windows color (decimal): -12102020 or 8148551. OLE color: 8148551.
HSL color Cylindrical-coordinate representation of color #47567C: hue angle of 223.02º degrees, saturation: 0.27, 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 #47567C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 86 | 124 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.51 |
| HSL | 223.02º | 0.27% | 0.38% | - |
| HSV(B) | 223.02º | 0.43% | 0.49% | - |
| XYZ | 9.56 | 9.45 | 20.39 | - |
| YUV | 85.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 124 | 0.43 | 0.31 | 0 | 0.51 | 223.02 | 0.27 | 0.38 |
| Hex | 47 | 56 | 7C | 2B | 1F | 0 | 33 | DF | 1B | 26 |
| Octal | 107 | 126 | 174 | 53 | 37 | 0 | 63 | 337 | 33 | 46 |
| Binary | 1000111 | 1010110 | 1111100 | 101011 | 11111 | 0 | 110011 | 11011111 | 11011 | 100110 |
Color Harmonies of #47567C
Complementary color
Monochromatic Colors of #47567C
Black with #47567C
Text Example
Text Example
White with #47567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47567C; }
p { color: rgb(71,86,124); }
H1.HeaderClassName
{
color: #47567C;
}
.AnyTagClassName
{
color: #47567C;
}
</style>
background-color css
<style>
a { background-color: #47567C; }
a { background-color: rgb(71,86,124); }
div.DivClassName
{
background-color: #47567C;
}
.BgClassName
{
background-color: #47567C;
}
</style>
border-color css
<style>
span { border-color: #47567C; }
span { border-color: rgb(71,86,124); }
td.TdClassName
{
border-color: #47567C;
}
.TagClassName
{
border-color: #47567C;
}
</style>