Shades of Wedgewood #476285
Tints of Wedgewood #476285
RGB
CMYK
RGB Variations
Color information
#476285 (or 0x476285) is known color: Wedgewood. HEX triplet: 47, 62 and 85. RGB value is (71,98,133). Sum of RGB (Red+Green+Blue) = 71+98+133=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #476285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476285 is #B89D7A. Grayscale: #5D5D5D. Windows color (decimal): -12098939 or 8741447. OLE color: 8741447.
HSL color Cylindrical-coordinate representation of color #476285: hue angle of 213.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476285 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 98 | 133 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.48 |
| HSL | 213.87º | 0.3% | 0.4% | - |
| HSV(B) | 213.87º | 0.47% | 0.52% | - |
| XYZ | 11.2 | 11.77 | 23.87 | - |
| YUV | 93.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 133 | 0.47 | 0.26 | 0 | 0.48 | 213.87 | 0.3 | 0.4 |
| Hex | 47 | 62 | 85 | 2F | 1A | 0 | 30 | D6 | 1E | 28 |
| Octal | 107 | 142 | 205 | 57 | 32 | 0 | 60 | 326 | 36 | 50 |
| Binary | 1000111 | 1100010 | 10000101 | 101111 | 11010 | 0 | 110000 | 11010110 | 11110 | 101000 |
Color Harmonies of #476285
Complementary color
Monochromatic Colors of #476285
Black with #476285
Text Example
Text Example
White with #476285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476285; }
p { color: rgb(71,98,133); }
H1.HeaderClassName
{
color: #476285;
}
.AnyTagClassName
{
color: #476285;
}
</style>
background-color css
<style>
a { background-color: #476285; }
a { background-color: rgb(71,98,133); }
div.DivClassName
{
background-color: #476285;
}
.BgClassName
{
background-color: #476285;
}
</style>
border-color css
<style>
span { border-color: #476285; }
span { border-color: rgb(71,98,133); }
td.TdClassName
{
border-color: #476285;
}
.TagClassName
{
border-color: #476285;
}
</style>