Shades of Wedgewood #476A86
Tints of Wedgewood #476A86
RGB
CMYK
RGB Variations
Color information
#476A86 (or 0x476A86) is known color: Wedgewood. HEX triplet: 47, 6A and 86. RGB value is (71,106,134). Sum of RGB (Red+Green+Blue) = 71+106+134=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #476A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A86 is #B89579. Grayscale: #626262. Windows color (decimal): -12096890 or 8809031. OLE color: 8809031.
HSL color Cylindrical-coordinate representation of color #476A86: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476A86 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 106 | 134 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.47 |
| HSL | 206.67º | 0.31% | 0.4% | - |
| HSV(B) | 206.67º | 0.47% | 0.53% | - |
| XYZ | 12.06 | 13.37 | 24.5 | - |
| YUV | 98.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 134 | 0.47 | 0.21 | 0 | 0.47 | 206.67 | 0.31 | 0.4 |
| Hex | 47 | 6A | 86 | 2F | 15 | 0 | 2F | CF | 1F | 28 |
| Octal | 107 | 152 | 206 | 57 | 25 | 0 | 57 | 317 | 37 | 50 |
| Binary | 1000111 | 1101010 | 10000110 | 101111 | 10101 | 0 | 101111 | 11001111 | 11111 | 101000 |
Color Harmonies of #476A86
Complementary color
Monochromatic Colors of #476A86
Black with #476A86
Text Example
Text Example
White with #476A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A86; }
p { color: rgb(71,106,134); }
H1.HeaderClassName
{
color: #476A86;
}
.AnyTagClassName
{
color: #476A86;
}
</style>
background-color css
<style>
a { background-color: #476A86; }
a { background-color: rgb(71,106,134); }
div.DivClassName
{
background-color: #476A86;
}
.BgClassName
{
background-color: #476A86;
}
</style>
border-color css
<style>
span { border-color: #476A86; }
span { border-color: rgb(71,106,134); }
td.TdClassName
{
border-color: #476A86;
}
.TagClassName
{
border-color: #476A86;
}
</style>