Shades of Chambray #47557A
Tints of Chambray #47557A
RGB
CMYK
RGB Variations
Color information
#47557A (or 0x47557A) is known color: Chambray. HEX triplet: 47, 55 and 7A. RGB value is (71,85,122). Sum of RGB (Red+Green+Blue) = 71+85+122=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #47557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47557A is #B8AA85. Grayscale: #545454. Windows color (decimal): -12102278 or 8017223. OLE color: 8017223.
HSL color Cylindrical-coordinate representation of color #47557A: hue angle of 223.53º degrees, saturation: 0.26, 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 #47557A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 85 | 122 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.52 |
| HSL | 223.53º | 0.26% | 0.38% | - |
| HSV(B) | 223.53º | 0.42% | 0.48% | - |
| XYZ | 9.36 | 9.24 | 19.7 | - |
| YUV | 85.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 122 | 0.42 | 0.30 | 0 | 0.52 | 223.53 | 0.26 | 0.38 |
| Hex | 47 | 55 | 7A | 2A | 1E | 0 | 34 | E0 | 1A | 26 |
| Octal | 107 | 125 | 172 | 52 | 36 | 0 | 64 | 340 | 32 | 46 |
| Binary | 1000111 | 1010101 | 1111010 | 101010 | 11110 | 0 | 110100 | 11100000 | 11010 | 100110 |
Color Harmonies of #47557A
Complementary color
Monochromatic Colors of #47557A
Black with #47557A
Text Example
Text Example
White with #47557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47557A; }
p { color: rgb(71,85,122); }
H1.HeaderClassName
{
color: #47557A;
}
.AnyTagClassName
{
color: #47557A;
}
</style>
background-color css
<style>
a { background-color: #47557A; }
a { background-color: rgb(71,85,122); }
div.DivClassName
{
background-color: #47557A;
}
.BgClassName
{
background-color: #47557A;
}
</style>
border-color css
<style>
span { border-color: #47557A; }
span { border-color: rgb(71,85,122); }
td.TdClassName
{
border-color: #47557A;
}
.TagClassName
{
border-color: #47557A;
}
</style>