Shades of Wedgewood #477294
Tints of Wedgewood #477294
RGB
CMYK
RGB Variations
Color information
#477294 (or 0x477294) is known color: Wedgewood. HEX triplet: 47, 72 and 94. RGB value is (71,114,148). Sum of RGB (Red+Green+Blue) = 71+114+148=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #477294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477294 is #B88D6B. Grayscale: #686868. Windows color (decimal): -12094828 or 9728583. OLE color: 9728583.
HSL color Cylindrical-coordinate representation of color #477294: hue angle of 206.49º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477294 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 114 | 148 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.42 |
| HSL | 206.49º | 0.35% | 0.43% | - |
| HSV(B) | 206.49º | 0.52% | 0.58% | - |
| XYZ | 13.96 | 15.51 | 30.28 | - |
| YUV | 105.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 148 | 0.52 | 0.23 | 0 | 0.42 | 206.49 | 0.35 | 0.43 |
| Hex | 47 | 72 | 94 | 34 | 17 | 0 | 2A | CE | 23 | 2B |
| Octal | 107 | 162 | 224 | 64 | 27 | 0 | 52 | 316 | 43 | 53 |
| Binary | 1000111 | 1110010 | 10010100 | 110100 | 10111 | 0 | 101010 | 11001110 | 100011 | 101011 |
Color Harmonies of #477294
Complementary color
Monochromatic Colors of #477294
Black with #477294
Text Example
Text Example
White with #477294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477294; }
p { color: rgb(71,114,148); }
H1.HeaderClassName
{
color: #477294;
}
.AnyTagClassName
{
color: #477294;
}
</style>
background-color css
<style>
a { background-color: #477294; }
a { background-color: rgb(71,114,148); }
div.DivClassName
{
background-color: #477294;
}
.BgClassName
{
background-color: #477294;
}
</style>
border-color css
<style>
span { border-color: #477294; }
span { border-color: rgb(71,114,148); }
td.TdClassName
{
border-color: #477294;
}
.TagClassName
{
border-color: #477294;
}
</style>