Shades of Wedgewood #47647C
Tints of Wedgewood #47647C
RGB
CMYK
RGB Variations
Color information
#47647C (or 0x47647C) is known color: Wedgewood. HEX triplet: 47, 64 and 7C. RGB value is (71,100,124). Sum of RGB (Red+Green+Blue) = 71+100+124=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #47647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647C is #B89B83. Grayscale: #5D5D5D. Windows color (decimal): -12098436 or 8152135. OLE color: 8152135.
HSL color Cylindrical-coordinate representation of color #47647C: hue angle of 207.17º 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 #47647C is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 100 | 124 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.51 |
| HSL | 207.17º | 0.27% | 0.38% | - |
| HSV(B) | 207.17º | 0.43% | 0.49% | - |
| XYZ | 10.79 | 11.91 | 20.8 | - |
| YUV | 94.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 124 | 0.43 | 0.19 | 0 | 0.51 | 207.17 | 0.27 | 0.38 |
| Hex | 47 | 64 | 7C | 2B | 13 | 0 | 33 | CF | 1B | 26 |
| Octal | 107 | 144 | 174 | 53 | 23 | 0 | 63 | 317 | 33 | 46 |
| Binary | 1000111 | 1100100 | 1111100 | 101011 | 10011 | 0 | 110011 | 11001111 | 11011 | 100110 |
Color Harmonies of #47647C
Complementary color
Monochromatic Colors of #47647C
Black with #47647C
Text Example
Text Example
White with #47647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47647C; }
p { color: rgb(71,100,124); }
H1.HeaderClassName
{
color: #47647C;
}
.AnyTagClassName
{
color: #47647C;
}
</style>
background-color css
<style>
a { background-color: #47647C; }
a { background-color: rgb(71,100,124); }
div.DivClassName
{
background-color: #47647C;
}
.BgClassName
{
background-color: #47647C;
}
</style>
border-color css
<style>
span { border-color: #47647C; }
span { border-color: rgb(71,100,124); }
td.TdClassName
{
border-color: #47647C;
}
.TagClassName
{
border-color: #47647C;
}
</style>