Shades of Wedgewood #47698D
Tints of Wedgewood #47698D
RGB
CMYK
RGB Variations
Color information
#47698D (or 0x47698D) is known color: Wedgewood. HEX triplet: 47, 69 and 8D. RGB value is (71,105,141). Sum of RGB (Red+Green+Blue) = 71+105+141=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #47698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47698D is #B89672. Grayscale: #626262. Windows color (decimal): -12097139 or 9267527. OLE color: 9267527.
HSL color Cylindrical-coordinate representation of color #47698D: hue angle of 210.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47698D is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 105 | 141 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.45 |
| HSL | 210.86º | 0.33% | 0.42% | - |
| HSV(B) | 210.86º | 0.5% | 0.55% | - |
| XYZ | 12.46 | 13.37 | 27.12 | - |
| YUV | 98.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 141 | 0.50 | 0.26 | 0 | 0.45 | 210.86 | 0.33 | 0.42 |
| Hex | 47 | 69 | 8D | 32 | 1A | 0 | 2D | D3 | 21 | 2A |
| Octal | 107 | 151 | 215 | 62 | 32 | 0 | 55 | 323 | 41 | 52 |
| Binary | 1000111 | 1101001 | 10001101 | 110010 | 11010 | 0 | 101101 | 11010011 | 100001 | 101010 |
Color Harmonies of #47698D
Complementary color
Monochromatic Colors of #47698D
Black with #47698D
Text Example
Text Example
White with #47698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47698D; }
p { color: rgb(71,105,141); }
H1.HeaderClassName
{
color: #47698D;
}
.AnyTagClassName
{
color: #47698D;
}
</style>
background-color css
<style>
a { background-color: #47698D; }
a { background-color: rgb(71,105,141); }
div.DivClassName
{
background-color: #47698D;
}
.BgClassName
{
background-color: #47698D;
}
</style>
border-color css
<style>
span { border-color: #47698D; }
span { border-color: rgb(71,105,141); }
td.TdClassName
{
border-color: #47698D;
}
.TagClassName
{
border-color: #47698D;
}
</style>