Shades of Wedgewood #476D94
Tints of Wedgewood #476D94
RGB
CMYK
RGB Variations
Color information
#476D94 (or 0x476D94) is known color: Wedgewood. HEX triplet: 47, 6D and 94. RGB value is (71,109,148). Sum of RGB (Red+Green+Blue) = 71+109+148=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #476D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D94 is #B8926B. Grayscale: #656565. Windows color (decimal): -12096108 or 9727303. OLE color: 9727303.
HSL color Cylindrical-coordinate representation of color #476D94: hue angle of 210.39º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476D94 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 109 | 148 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.42 |
| HSL | 210.39º | 0.35% | 0.43% | - |
| HSV(B) | 210.39º | 0.52% | 0.58% | - |
| XYZ | 13.41 | 14.41 | 30.09 | - |
| YUV | 102.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 148 | 0.52 | 0.26 | 0 | 0.42 | 210.39 | 0.35 | 0.43 |
| Hex | 47 | 6D | 94 | 34 | 1A | 0 | 2A | D2 | 23 | 2B |
| Octal | 107 | 155 | 224 | 64 | 32 | 0 | 52 | 322 | 43 | 53 |
| Binary | 1000111 | 1101101 | 10010100 | 110100 | 11010 | 0 | 101010 | 11010010 | 100011 | 101011 |
Color Harmonies of #476D94
Complementary color
Monochromatic Colors of #476D94
Black with #476D94
Text Example
Text Example
White with #476D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D94; }
p { color: rgb(71,109,148); }
H1.HeaderClassName
{
color: #476D94;
}
.AnyTagClassName
{
color: #476D94;
}
</style>
background-color css
<style>
a { background-color: #476D94; }
a { background-color: rgb(71,109,148); }
div.DivClassName
{
background-color: #476D94;
}
.BgClassName
{
background-color: #476D94;
}
</style>
border-color css
<style>
span { border-color: #476D94; }
span { border-color: rgb(71,109,148); }
td.TdClassName
{
border-color: #476D94;
}
.TagClassName
{
border-color: #476D94;
}
</style>