Shades of Wedgewood #476283
Tints of Wedgewood #476283
RGB
CMYK
RGB Variations
Color information
#476283 (or 0x476283) is known color: Wedgewood. HEX triplet: 47, 62 and 83. RGB value is (71,98,131). Sum of RGB (Red+Green+Blue) = 71+98+131=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #476283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476283 is #B89D7C. Grayscale: #5D5D5D. Windows color (decimal): -12098941 or 8610375. OLE color: 8610375.
HSL color Cylindrical-coordinate representation of color #476283: hue angle of 213º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476283 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 98 | 131 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.49 |
| HSL | 213º | 0.3% | 0.4% | - |
| HSV(B) | 213º | 0.46% | 0.51% | - |
| XYZ | 11.06 | 11.71 | 23.15 | - |
| YUV | 93.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 131 | 0.46 | 0.25 | 0 | 0.49 | 213 | 0.3 | 0.4 |
| Hex | 47 | 62 | 83 | 2E | 19 | 0 | 31 | D5 | 1E | 28 |
| Octal | 107 | 142 | 203 | 56 | 31 | 0 | 61 | 325 | 36 | 50 |
| Binary | 1000111 | 1100010 | 10000011 | 101110 | 11001 | 0 | 110001 | 11010101 | 11110 | 101000 |
Color Harmonies of #476283
Complementary color
Monochromatic Colors of #476283
Black with #476283
Text Example
Text Example
White with #476283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476283; }
p { color: rgb(71,98,131); }
H1.HeaderClassName
{
color: #476283;
}
.AnyTagClassName
{
color: #476283;
}
</style>
background-color css
<style>
a { background-color: #476283; }
a { background-color: rgb(71,98,131); }
div.DivClassName
{
background-color: #476283;
}
.BgClassName
{
background-color: #476283;
}
</style>
border-color css
<style>
span { border-color: #476283; }
span { border-color: rgb(71,98,131); }
td.TdClassName
{
border-color: #476283;
}
.TagClassName
{
border-color: #476283;
}
</style>