Shades of Wedgewood #47668D
Tints of Wedgewood #47668D
RGB
CMYK
RGB Variations
Color information
#47668D (or 0x47668D) is known color: Wedgewood. HEX triplet: 47, 66 and 8D. RGB value is (71,102,141). Sum of RGB (Red+Green+Blue) = 71+102+141=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #47668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47668D is #B89972. Grayscale: #606060. Windows color (decimal): -12097907 or 9266759. OLE color: 9266759.
HSL color Cylindrical-coordinate representation of color #47668D: hue angle of 213.43º 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 #47668D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 102 | 141 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.45 |
| HSL | 213.43º | 0.33% | 0.42% | - |
| HSV(B) | 213.43º | 0.5% | 0.55% | - |
| XYZ | 12.16 | 12.77 | 27.02 | - |
| YUV | 97.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 141 | 0.50 | 0.28 | 0 | 0.45 | 213.43 | 0.33 | 0.42 |
| Hex | 47 | 66 | 8D | 32 | 1C | 0 | 2D | D5 | 21 | 2A |
| Octal | 107 | 146 | 215 | 62 | 34 | 0 | 55 | 325 | 41 | 52 |
| Binary | 1000111 | 1100110 | 10001101 | 110010 | 11100 | 0 | 101101 | 11010101 | 100001 | 101010 |
Color Harmonies of #47668D
Complementary color
Monochromatic Colors of #47668D
Black with #47668D
Text Example
Text Example
White with #47668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47668D; }
p { color: rgb(71,102,141); }
H1.HeaderClassName
{
color: #47668D;
}
.AnyTagClassName
{
color: #47668D;
}
</style>
background-color css
<style>
a { background-color: #47668D; }
a { background-color: rgb(71,102,141); }
div.DivClassName
{
background-color: #47668D;
}
.BgClassName
{
background-color: #47668D;
}
</style>
border-color css
<style>
span { border-color: #47668D; }
span { border-color: rgb(71,102,141); }
td.TdClassName
{
border-color: #47668D;
}
.TagClassName
{
border-color: #47668D;
}
</style>