Shades of Wedgewood #476882
Tints of Wedgewood #476882
RGB
CMYK
RGB Variations
Color information
#476882 (or 0x476882) is known color: Wedgewood. HEX triplet: 47, 68 and 82. RGB value is (71,104,130). Sum of RGB (Red+Green+Blue) = 71+104+130=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #476882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476882 is #B8977D. Grayscale: #606060. Windows color (decimal): -12097406 or 8546375. OLE color: 8546375.
HSL color Cylindrical-coordinate representation of color #476882: hue angle of 206.44º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476882 is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 104 | 130 | - |
| CMYK | 0.45 | 0.2 | 0 | 0.49 |
| HSL | 206.44º | 0.29% | 0.39% | - |
| HSV(B) | 206.44º | 0.45% | 0.51% | - |
| XYZ | 11.58 | 12.85 | 22.99 | - |
| YUV | 97.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 130 | 0.45 | 0.2 | 0 | 0.49 | 206.44 | 0.29 | 0.39 |
| Hex | 47 | 68 | 82 | 2D | 14 | 0 | 31 | CE | 1D | 27 |
| Octal | 107 | 150 | 202 | 55 | 24 | 0 | 61 | 316 | 35 | 47 |
| Binary | 1000111 | 1101000 | 10000010 | 101101 | 10100 | 0 | 110001 | 11001110 | 11101 | 100111 |
Color Harmonies of #476882
Complementary color
Monochromatic Colors of #476882
Black with #476882
Text Example
Text Example
White with #476882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476882; }
p { color: rgb(71,104,130); }
H1.HeaderClassName
{
color: #476882;
}
.AnyTagClassName
{
color: #476882;
}
</style>
background-color css
<style>
a { background-color: #476882; }
a { background-color: rgb(71,104,130); }
div.DivClassName
{
background-color: #476882;
}
.BgClassName
{
background-color: #476882;
}
</style>
border-color css
<style>
span { border-color: #476882; }
span { border-color: rgb(71,104,130); }
td.TdClassName
{
border-color: #476882;
}
.TagClassName
{
border-color: #476882;
}
</style>