Shades of Wedgewood #416186
Tints of Wedgewood #416186
RGB
CMYK
RGB Variations
Color information
#416186 (or 0x416186) is known color: Wedgewood. HEX triplet: 41, 61 and 86. RGB value is (65,97,134). Sum of RGB (Red+Green+Blue) = 65+97+134=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #416186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416186 is #BE9E79. Grayscale: #5B5B5B. Windows color (decimal): -12492410 or 8806721. OLE color: 8806721.
HSL color Cylindrical-coordinate representation of color #416186: hue angle of 212.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416186 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 97 | 134 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.47 |
| HSL | 212.17º | 0.35% | 0.39% | - |
| HSV(B) | 212.17º | 0.51% | 0.53% | - |
| XYZ | 10.76 | 11.39 | 24.19 | - |
| YUV | 91.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 134 | 0.51 | 0.28 | 0 | 0.47 | 212.17 | 0.35 | 0.39 |
| Hex | 41 | 61 | 86 | 33 | 1C | 0 | 2F | D4 | 23 | 27 |
| Octal | 101 | 141 | 206 | 63 | 34 | 0 | 57 | 324 | 43 | 47 |
| Binary | 1000001 | 1100001 | 10000110 | 110011 | 11100 | 0 | 101111 | 11010100 | 100011 | 100111 |
Color Harmonies of #416186
Complementary color
Monochromatic Colors of #416186
Black with #416186
Text Example
Text Example
White with #416186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416186; }
p { color: rgb(65,97,134); }
H1.HeaderClassName
{
color: #416186;
}
.AnyTagClassName
{
color: #416186;
}
</style>
background-color css
<style>
a { background-color: #416186; }
a { background-color: rgb(65,97,134); }
div.DivClassName
{
background-color: #416186;
}
.BgClassName
{
background-color: #416186;
}
</style>
border-color css
<style>
span { border-color: #416186; }
span { border-color: rgb(65,97,134); }
td.TdClassName
{
border-color: #416186;
}
.TagClassName
{
border-color: #416186;
}
</style>