Shades of Wedgewood #476A89
Tints of Wedgewood #476A89
RGB
CMYK
RGB Variations
Color information
#476A89 (or 0x476A89) is known color: Wedgewood. HEX triplet: 47, 6A and 89. RGB value is (71,106,137). Sum of RGB (Red+Green+Blue) = 71+106+137=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #476A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A89 is #B89576. Grayscale: #626262. Windows color (decimal): -12096887 or 9005639. OLE color: 9005639.
HSL color Cylindrical-coordinate representation of color #476A89: hue angle of 208.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476A89 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 106 | 137 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.46 |
| HSL | 208.18º | 0.32% | 0.41% | - |
| HSV(B) | 208.18º | 0.48% | 0.54% | - |
| XYZ | 12.27 | 13.45 | 25.62 | - |
| YUV | 99.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 137 | 0.48 | 0.23 | 0 | 0.46 | 208.18 | 0.32 | 0.41 |
| Hex | 47 | 6A | 89 | 30 | 17 | 0 | 2E | D0 | 20 | 29 |
| Octal | 107 | 152 | 211 | 60 | 27 | 0 | 56 | 320 | 40 | 51 |
| Binary | 1000111 | 1101010 | 10001001 | 110000 | 10111 | 0 | 101110 | 11010000 | 100000 | 101001 |
Color Harmonies of #476A89
Complementary color
Monochromatic Colors of #476A89
Black with #476A89
Text Example
Text Example
White with #476A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A89; }
p { color: rgb(71,106,137); }
H1.HeaderClassName
{
color: #476A89;
}
.AnyTagClassName
{
color: #476A89;
}
</style>
background-color css
<style>
a { background-color: #476A89; }
a { background-color: rgb(71,106,137); }
div.DivClassName
{
background-color: #476A89;
}
.BgClassName
{
background-color: #476A89;
}
</style>
border-color css
<style>
span { border-color: #476A89; }
span { border-color: rgb(71,106,137); }
td.TdClassName
{
border-color: #476A89;
}
.TagClassName
{
border-color: #476A89;
}
</style>