Shades of Wedgewood #476B91
Tints of Wedgewood #476B91
RGB
CMYK
RGB Variations
Color information
#476B91 (or 0x476B91) is known color: Wedgewood. HEX triplet: 47, 6B and 91. RGB value is (71,107,145). Sum of RGB (Red+Green+Blue) = 71+107+145=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #476B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B91 is #B8946E. Grayscale: #646464. Windows color (decimal): -12096623 or 9530183. OLE color: 9530183.
HSL color Cylindrical-coordinate representation of color #476B91: hue angle of 210.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476B91 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 107 | 145 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.43 |
| HSL | 210.81º | 0.34% | 0.42% | - |
| HSV(B) | 210.81º | 0.51% | 0.57% | - |
| XYZ | 12.97 | 13.9 | 28.79 | - |
| YUV | 100.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 145 | 0.51 | 0.26 | 0 | 0.43 | 210.81 | 0.34 | 0.42 |
| Hex | 47 | 6B | 91 | 33 | 1A | 0 | 2B | D3 | 22 | 2A |
| Octal | 107 | 153 | 221 | 63 | 32 | 0 | 53 | 323 | 42 | 52 |
| Binary | 1000111 | 1101011 | 10010001 | 110011 | 11010 | 0 | 101011 | 11010011 | 100010 | 101010 |
Color Harmonies of #476B91
Complementary color
Monochromatic Colors of #476B91
Black with #476B91
Text Example
Text Example
White with #476B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B91; }
p { color: rgb(71,107,145); }
H1.HeaderClassName
{
color: #476B91;
}
.AnyTagClassName
{
color: #476B91;
}
</style>
background-color css
<style>
a { background-color: #476B91; }
a { background-color: rgb(71,107,145); }
div.DivClassName
{
background-color: #476B91;
}
.BgClassName
{
background-color: #476B91;
}
</style>
border-color css
<style>
span { border-color: #476B91; }
span { border-color: rgb(71,107,145); }
td.TdClassName
{
border-color: #476B91;
}
.TagClassName
{
border-color: #476B91;
}
</style>