Shades of Wedgewood #476282
Tints of Wedgewood #476282
RGB
CMYK
RGB Variations
Color information
#476282 (or 0x476282) is known color: Wedgewood. HEX triplet: 47, 62 and 82. RGB value is (71,98,130). Sum of RGB (Red+Green+Blue) = 71+98+130=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #476282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476282 is #B89D7D. Grayscale: #5D5D5D. Windows color (decimal): -12098942 or 8544839. OLE color: 8544839.
HSL color Cylindrical-coordinate representation of color #476282: hue angle of 212.54º 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 #476282 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 98 | 130 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.49 |
| HSL | 212.54º | 0.29% | 0.39% | - |
| HSV(B) | 212.54º | 0.45% | 0.51% | - |
| XYZ | 11 | 11.69 | 22.8 | - |
| YUV | 93.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 130 | 0.45 | 0.25 | 0 | 0.49 | 212.54 | 0.29 | 0.39 |
| Hex | 47 | 62 | 82 | 2D | 19 | 0 | 31 | D5 | 1D | 27 |
| Octal | 107 | 142 | 202 | 55 | 31 | 0 | 61 | 325 | 35 | 47 |
| Binary | 1000111 | 1100010 | 10000010 | 101101 | 11001 | 0 | 110001 | 11010101 | 11101 | 100111 |
Color Harmonies of #476282
Complementary color
Monochromatic Colors of #476282
Black with #476282
Text Example
Text Example
White with #476282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476282; }
p { color: rgb(71,98,130); }
H1.HeaderClassName
{
color: #476282;
}
.AnyTagClassName
{
color: #476282;
}
</style>
background-color css
<style>
a { background-color: #476282; }
a { background-color: rgb(71,98,130); }
div.DivClassName
{
background-color: #476282;
}
.BgClassName
{
background-color: #476282;
}
</style>
border-color css
<style>
span { border-color: #476282; }
span { border-color: rgb(71,98,130); }
td.TdClassName
{
border-color: #476282;
}
.TagClassName
{
border-color: #476282;
}
</style>