Shades of Wedgewood #476F89
Tints of Wedgewood #476F89
RGB
CMYK
RGB Variations
Color information
#476F89 (or 0x476F89) is known color: Wedgewood. HEX triplet: 47, 6F and 89. RGB value is (71,111,137). Sum of RGB (Red+Green+Blue) = 71+111+137=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #476F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F89 is #B89076. Grayscale: #656565. Windows color (decimal): -12095607 or 9006919. OLE color: 9006919.
HSL color Cylindrical-coordinate representation of color #476F89: hue angle of 203.64º 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 #476F89 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 111 | 137 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.46 |
| HSL | 203.64º | 0.32% | 0.41% | - |
| HSV(B) | 203.64º | 0.48% | 0.54% | - |
| XYZ | 12.8 | 14.51 | 25.79 | - |
| YUV | 102 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 137 | 0.48 | 0.19 | 0 | 0.46 | 203.64 | 0.32 | 0.41 |
| Hex | 47 | 6F | 89 | 30 | 13 | 0 | 2E | CC | 20 | 29 |
| Octal | 107 | 157 | 211 | 60 | 23 | 0 | 56 | 314 | 40 | 51 |
| Binary | 1000111 | 1101111 | 10001001 | 110000 | 10011 | 0 | 101110 | 11001100 | 100000 | 101001 |
Color Harmonies of #476F89
Complementary color
Monochromatic Colors of #476F89
Black with #476F89
Text Example
Text Example
White with #476F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F89; }
p { color: rgb(71,111,137); }
H1.HeaderClassName
{
color: #476F89;
}
.AnyTagClassName
{
color: #476F89;
}
</style>
background-color css
<style>
a { background-color: #476F89; }
a { background-color: rgb(71,111,137); }
div.DivClassName
{
background-color: #476F89;
}
.BgClassName
{
background-color: #476F89;
}
</style>
border-color css
<style>
span { border-color: #476F89; }
span { border-color: rgb(71,111,137); }
td.TdClassName
{
border-color: #476F89;
}
.TagClassName
{
border-color: #476F89;
}
</style>