Shades of Wedgewood #47648F
Tints of Wedgewood #47648F
RGB
CMYK
RGB Variations
Color information
#47648F (or 0x47648F) is known color: Wedgewood. HEX triplet: 47, 64 and 8F. RGB value is (71,100,143). Sum of RGB (Red+Green+Blue) = 71+100+143=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #47648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47648F is #B89B70. Grayscale: #606060. Windows color (decimal): -12098417 or 9397319. OLE color: 9397319.
HSL color Cylindrical-coordinate representation of color #47648F: hue angle of 215.83º degrees, saturation: 0.34, 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 #47648F is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 100 | 143 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.44 |
| HSL | 215.83º | 0.34% | 0.42% | - |
| HSV(B) | 215.83º | 0.5% | 0.56% | - |
| XYZ | 12.11 | 12.44 | 27.75 | - |
| YUV | 96.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 143 | 0.50 | 0.30 | 0 | 0.44 | 215.83 | 0.34 | 0.42 |
| Hex | 47 | 64 | 8F | 32 | 1E | 0 | 2C | D8 | 22 | 2A |
| Octal | 107 | 144 | 217 | 62 | 36 | 0 | 54 | 330 | 42 | 52 |
| Binary | 1000111 | 1100100 | 10001111 | 110010 | 11110 | 0 | 101100 | 11011000 | 100010 | 101010 |
Color Harmonies of #47648F
Complementary color
Monochromatic Colors of #47648F
Black with #47648F
Text Example
Text Example
White with #47648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47648F; }
p { color: rgb(71,100,143); }
H1.HeaderClassName
{
color: #47648F;
}
.AnyTagClassName
{
color: #47648F;
}
</style>
background-color css
<style>
a { background-color: #47648F; }
a { background-color: rgb(71,100,143); }
div.DivClassName
{
background-color: #47648F;
}
.BgClassName
{
background-color: #47648F;
}
</style>
border-color css
<style>
span { border-color: #47648F; }
span { border-color: rgb(71,100,143); }
td.TdClassName
{
border-color: #47648F;
}
.TagClassName
{
border-color: #47648F;
}
</style>