Shades of Wedgewood #476E8C
Tints of Wedgewood #476E8C
RGB
CMYK
RGB Variations
Color information
#476E8C (or 0x476E8C) is known color: Wedgewood. HEX triplet: 47, 6E and 8C. RGB value is (71,110,140). Sum of RGB (Red+Green+Blue) = 71+110+140=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #476E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E8C is #B89173. Grayscale: #656565. Windows color (decimal): -12095860 or 9203271. OLE color: 9203271.
HSL color Cylindrical-coordinate representation of color #476E8C: hue angle of 206.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476E8C is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 110 | 140 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.45 |
| HSL | 206.09º | 0.33% | 0.41% | - |
| HSV(B) | 206.09º | 0.49% | 0.55% | - |
| XYZ | 12.91 | 14.38 | 26.91 | - |
| YUV | 101.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 140 | 0.49 | 0.21 | 0 | 0.45 | 206.09 | 0.33 | 0.41 |
| Hex | 47 | 6E | 8C | 31 | 15 | 0 | 2D | CE | 21 | 29 |
| Octal | 107 | 156 | 214 | 61 | 25 | 0 | 55 | 316 | 41 | 51 |
| Binary | 1000111 | 1101110 | 10001100 | 110001 | 10101 | 0 | 101101 | 11001110 | 100001 | 101001 |
Color Harmonies of #476E8C
Complementary color
Monochromatic Colors of #476E8C
Black with #476E8C
Text Example
Text Example
White with #476E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E8C; }
p { color: rgb(71,110,140); }
H1.HeaderClassName
{
color: #476E8C;
}
.AnyTagClassName
{
color: #476E8C;
}
</style>
background-color css
<style>
a { background-color: #476E8C; }
a { background-color: rgb(71,110,140); }
div.DivClassName
{
background-color: #476E8C;
}
.BgClassName
{
background-color: #476E8C;
}
</style>
border-color css
<style>
span { border-color: #476E8C; }
span { border-color: rgb(71,110,140); }
td.TdClassName
{
border-color: #476E8C;
}
.TagClassName
{
border-color: #476E8C;
}
</style>