Shades of Wedgewood #47698E
Tints of Wedgewood #47698E
RGB
CMYK
RGB Variations
Color information
#47698E (or 0x47698E) is known color: Wedgewood. HEX triplet: 47, 69 and 8E. RGB value is (71,105,142). Sum of RGB (Red+Green+Blue) = 71+105+142=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #47698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47698E is #B89671. Grayscale: #626262. Windows color (decimal): -12097138 or 9333063. OLE color: 9333063.
HSL color Cylindrical-coordinate representation of color #47698E: hue angle of 211.27º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47698E is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 105 | 142 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.44 |
| HSL | 211.27º | 0.33% | 0.42% | - |
| HSV(B) | 211.27º | 0.5% | 0.56% | - |
| XYZ | 12.53 | 13.4 | 27.52 | - |
| YUV | 99.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 142 | 0.5 | 0.26 | 0 | 0.44 | 211.27 | 0.33 | 0.42 |
| Hex | 47 | 69 | 8E | 32 | 1A | 0 | 2C | D3 | 21 | 2A |
| Octal | 107 | 151 | 216 | 62 | 32 | 0 | 54 | 323 | 41 | 52 |
| Binary | 1000111 | 1101001 | 10001110 | 110010 | 11010 | 0 | 101100 | 11010011 | 100001 | 101010 |
Color Harmonies of #47698E
Complementary color
Monochromatic Colors of #47698E
Black with #47698E
Text Example
Text Example
White with #47698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47698E; }
p { color: rgb(71,105,142); }
H1.HeaderClassName
{
color: #47698E;
}
.AnyTagClassName
{
color: #47698E;
}
</style>
background-color css
<style>
a { background-color: #47698E; }
a { background-color: rgb(71,105,142); }
div.DivClassName
{
background-color: #47698E;
}
.BgClassName
{
background-color: #47698E;
}
</style>
border-color css
<style>
span { border-color: #47698E; }
span { border-color: rgb(71,105,142); }
td.TdClassName
{
border-color: #47698E;
}
.TagClassName
{
border-color: #47698E;
}
</style>