Shades of Wedgewood #476C8E
Tints of Wedgewood #476C8E
RGB
CMYK
RGB Variations
Color information
#476C8E (or 0x476C8E) is known color: Wedgewood. HEX triplet: 47, 6C and 8E. RGB value is (71,108,142). Sum of RGB (Red+Green+Blue) = 71+108+142=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #476C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C8E is #B89371. Grayscale: #646464. Windows color (decimal): -12096370 or 9333831. OLE color: 9333831.
HSL color Cylindrical-coordinate representation of color #476C8E: hue angle of 208.73º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476C8E is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 108 | 142 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.44 |
| HSL | 208.73º | 0.33% | 0.42% | - |
| HSV(B) | 208.73º | 0.5% | 0.56% | - |
| XYZ | 12.84 | 14.02 | 27.62 | - |
| YUV | 100.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 142 | 0.5 | 0.24 | 0 | 0.44 | 208.73 | 0.33 | 0.42 |
| Hex | 47 | 6C | 8E | 32 | 18 | 0 | 2C | D1 | 21 | 2A |
| Octal | 107 | 154 | 216 | 62 | 30 | 0 | 54 | 321 | 41 | 52 |
| Binary | 1000111 | 1101100 | 10001110 | 110010 | 11000 | 0 | 101100 | 11010001 | 100001 | 101010 |
Color Harmonies of #476C8E
Complementary color
Monochromatic Colors of #476C8E
Black with #476C8E
Text Example
Text Example
White with #476C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C8E; }
p { color: rgb(71,108,142); }
H1.HeaderClassName
{
color: #476C8E;
}
.AnyTagClassName
{
color: #476C8E;
}
</style>
background-color css
<style>
a { background-color: #476C8E; }
a { background-color: rgb(71,108,142); }
div.DivClassName
{
background-color: #476C8E;
}
.BgClassName
{
background-color: #476C8E;
}
</style>
border-color css
<style>
span { border-color: #476C8E; }
span { border-color: rgb(71,108,142); }
td.TdClassName
{
border-color: #476C8E;
}
.TagClassName
{
border-color: #476C8E;
}
</style>