Shades of Wedgewood #416188
Tints of Wedgewood #416188
RGB
CMYK
RGB Variations
Color information
#416188 (or 0x416188) is known color: Wedgewood. HEX triplet: 41, 61 and 88. RGB value is (65,97,136). Sum of RGB (Red+Green+Blue) = 65+97+136=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #416188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416188 is #BE9E77. Grayscale: #5B5B5B. Windows color (decimal): -12492408 or 8937793. OLE color: 8937793.
HSL color Cylindrical-coordinate representation of color #416188: hue angle of 212.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416188 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 97 | 136 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.47 |
| HSL | 212.96º | 0.35% | 0.39% | - |
| HSV(B) | 212.96º | 0.52% | 0.53% | - |
| XYZ | 10.9 | 11.45 | 24.93 | - |
| YUV | 91.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 136 | 0.52 | 0.29 | 0 | 0.47 | 212.96 | 0.35 | 0.39 |
| Hex | 41 | 61 | 88 | 34 | 1D | 0 | 2F | D5 | 23 | 27 |
| Octal | 101 | 141 | 210 | 64 | 35 | 0 | 57 | 325 | 43 | 47 |
| Binary | 1000001 | 1100001 | 10001000 | 110100 | 11101 | 0 | 101111 | 11010101 | 100011 | 100111 |
Color Harmonies of #416188
Complementary color
Monochromatic Colors of #416188
Black with #416188
Text Example
Text Example
White with #416188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416188; }
p { color: rgb(65,97,136); }
H1.HeaderClassName
{
color: #416188;
}
.AnyTagClassName
{
color: #416188;
}
</style>
background-color css
<style>
a { background-color: #416188; }
a { background-color: rgb(65,97,136); }
div.DivClassName
{
background-color: #416188;
}
.BgClassName
{
background-color: #416188;
}
</style>
border-color css
<style>
span { border-color: #416188; }
span { border-color: rgb(65,97,136); }
td.TdClassName
{
border-color: #416188;
}
.TagClassName
{
border-color: #416188;
}
</style>