Shades of Wedgewood #476A8D
Tints of Wedgewood #476A8D
RGB
CMYK
RGB Variations
Color information
#476A8D (or 0x476A8D) is known color: Wedgewood. HEX triplet: 47, 6A and 8D. RGB value is (71,106,141). Sum of RGB (Red+Green+Blue) = 71+106+141=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #476A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A8D is #B89572. Grayscale: #636363. Windows color (decimal): -12096883 or 9267783. OLE color: 9267783.
HSL color Cylindrical-coordinate representation of color #476A8D: hue angle of 210º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476A8D is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 106 | 141 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.45 |
| HSL | 210º | 0.33% | 0.42% | - |
| HSV(B) | 210º | 0.5% | 0.55% | - |
| XYZ | 12.56 | 13.57 | 27.16 | - |
| YUV | 99.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 141 | 0.50 | 0.25 | 0 | 0.45 | 210 | 0.33 | 0.42 |
| Hex | 47 | 6A | 8D | 32 | 19 | 0 | 2D | D2 | 21 | 2A |
| Octal | 107 | 152 | 215 | 62 | 31 | 0 | 55 | 322 | 41 | 52 |
| Binary | 1000111 | 1101010 | 10001101 | 110010 | 11001 | 0 | 101101 | 11010010 | 100001 | 101010 |
Color Harmonies of #476A8D
Complementary color
Monochromatic Colors of #476A8D
Black with #476A8D
Text Example
Text Example
White with #476A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A8D; }
p { color: rgb(71,106,141); }
H1.HeaderClassName
{
color: #476A8D;
}
.AnyTagClassName
{
color: #476A8D;
}
</style>
background-color css
<style>
a { background-color: #476A8D; }
a { background-color: rgb(71,106,141); }
div.DivClassName
{
background-color: #476A8D;
}
.BgClassName
{
background-color: #476A8D;
}
</style>
border-color css
<style>
span { border-color: #476A8D; }
span { border-color: rgb(71,106,141); }
td.TdClassName
{
border-color: #476A8D;
}
.TagClassName
{
border-color: #476A8D;
}
</style>