Shades of Wedgewood #47647B
Tints of Wedgewood #47647B
RGB
CMYK
RGB Variations
Color information
#47647B (or 0x47647B) is known color: Wedgewood. HEX triplet: 47, 64 and 7B. RGB value is (71,100,123). Sum of RGB (Red+Green+Blue) = 71+100+123=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #47647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647B is #B89B84. Grayscale: #5D5D5D. Windows color (decimal): -12098437 or 8086599. OLE color: 8086599.
HSL color Cylindrical-coordinate representation of color #47647B: hue angle of 206.54º 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 #47647B is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 100 | 123 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.52 |
| HSL | 206.54º | 0.27% | 0.38% | - |
| HSV(B) | 206.54º | 0.42% | 0.48% | - |
| XYZ | 10.73 | 11.88 | 20.47 | - |
| YUV | 93.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 123 | 0.42 | 0.19 | 0 | 0.52 | 206.54 | 0.27 | 0.38 |
| Hex | 47 | 64 | 7B | 2A | 13 | 0 | 34 | CF | 1B | 26 |
| Octal | 107 | 144 | 173 | 52 | 23 | 0 | 64 | 317 | 33 | 46 |
| Binary | 1000111 | 1100100 | 1111011 | 101010 | 10011 | 0 | 110100 | 11001111 | 11011 | 100110 |
Color Harmonies of #47647B
Complementary color
Monochromatic Colors of #47647B
Black with #47647B
Text Example
Text Example
White with #47647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47647B; }
p { color: rgb(71,100,123); }
H1.HeaderClassName
{
color: #47647B;
}
.AnyTagClassName
{
color: #47647B;
}
</style>
background-color css
<style>
a { background-color: #47647B; }
a { background-color: rgb(71,100,123); }
div.DivClassName
{
background-color: #47647B;
}
.BgClassName
{
background-color: #47647B;
}
</style>
border-color css
<style>
span { border-color: #47647B; }
span { border-color: rgb(71,100,123); }
td.TdClassName
{
border-color: #47647B;
}
.TagClassName
{
border-color: #47647B;
}
</style>