Shades of Wedgewood #416A91
Tints of Wedgewood #416A91
RGB
CMYK
RGB Variations
Color information
#416A91 (or 0x416A91) is known color: Wedgewood. HEX triplet: 41, 6A and 91. RGB value is (65,106,145). Sum of RGB (Red+Green+Blue) = 65+106+145=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #416A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A91 is #BE956E. Grayscale: #616161. Windows color (decimal): -12490095 or 9529921. OLE color: 9529921.
HSL color Cylindrical-coordinate representation of color #416A91: hue angle of 209.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416A91 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 106 | 145 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.43 |
| HSL | 209.25º | 0.38% | 0.41% | - |
| HSV(B) | 209.25º | 0.55% | 0.57% | - |
| XYZ | 12.44 | 13.48 | 28.73 | - |
| YUV | 98.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 145 | 0.55 | 0.27 | 0 | 0.43 | 209.25 | 0.38 | 0.41 |
| Hex | 41 | 6A | 91 | 37 | 1B | 0 | 2B | D1 | 26 | 29 |
| Octal | 101 | 152 | 221 | 67 | 33 | 0 | 53 | 321 | 46 | 51 |
| Binary | 1000001 | 1101010 | 10010001 | 110111 | 11011 | 0 | 101011 | 11010001 | 100110 | 101001 |
Color Harmonies of #416A91
Complementary color
Monochromatic Colors of #416A91
Black with #416A91
Text Example
Text Example
White with #416A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A91; }
p { color: rgb(65,106,145); }
H1.HeaderClassName
{
color: #416A91;
}
.AnyTagClassName
{
color: #416A91;
}
</style>
background-color css
<style>
a { background-color: #416A91; }
a { background-color: rgb(65,106,145); }
div.DivClassName
{
background-color: #416A91;
}
.BgClassName
{
background-color: #416A91;
}
</style>
border-color css
<style>
span { border-color: #416A91; }
span { border-color: rgb(65,106,145); }
td.TdClassName
{
border-color: #416A91;
}
.TagClassName
{
border-color: #416A91;
}
</style>