Shades of Wedgewood #476684
Tints of Wedgewood #476684
RGB
CMYK
RGB Variations
Color information
#476684 (or 0x476684) is known color: Wedgewood. HEX triplet: 47, 66 and 84. RGB value is (71,102,132). Sum of RGB (Red+Green+Blue) = 71+102+132=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #476684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476684 is #B8997B. Grayscale: #606060. Windows color (decimal): -12097916 or 8676935. OLE color: 8676935.
HSL color Cylindrical-coordinate representation of color #476684: hue angle of 209.51º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476684 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 102 | 132 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.48 |
| HSL | 209.51º | 0.3% | 0.4% | - |
| HSV(B) | 209.51º | 0.46% | 0.52% | - |
| XYZ | 11.51 | 12.51 | 23.64 | - |
| YUV | 96.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 132 | 0.46 | 0.23 | 0 | 0.48 | 209.51 | 0.3 | 0.4 |
| Hex | 47 | 66 | 84 | 2E | 17 | 0 | 30 | D2 | 1E | 28 |
| Octal | 107 | 146 | 204 | 56 | 27 | 0 | 60 | 322 | 36 | 50 |
| Binary | 1000111 | 1100110 | 10000100 | 101110 | 10111 | 0 | 110000 | 11010010 | 11110 | 101000 |
Color Harmonies of #476684
Complementary color
Monochromatic Colors of #476684
Black with #476684
Text Example
Text Example
White with #476684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476684; }
p { color: rgb(71,102,132); }
H1.HeaderClassName
{
color: #476684;
}
.AnyTagClassName
{
color: #476684;
}
</style>
background-color css
<style>
a { background-color: #476684; }
a { background-color: rgb(71,102,132); }
div.DivClassName
{
background-color: #476684;
}
.BgClassName
{
background-color: #476684;
}
</style>
border-color css
<style>
span { border-color: #476684; }
span { border-color: rgb(71,102,132); }
td.TdClassName
{
border-color: #476684;
}
.TagClassName
{
border-color: #476684;
}
</style>