Shades of Wedgewood #416A8E
Tints of Wedgewood #416A8E
RGB
CMYK
RGB Variations
Color information
#416A8E (or 0x416A8E) is known color: Wedgewood. HEX triplet: 41, 6A and 8E. RGB value is (65,106,142). Sum of RGB (Red+Green+Blue) = 65+106+142=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #416A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A8E is #BE9571. Grayscale: #616161. Windows color (decimal): -12490098 or 9333313. OLE color: 9333313.
HSL color Cylindrical-coordinate representation of color #416A8E: hue angle of 208.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #416A8E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 106 | 142 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.44 |
| HSL | 208.05º | 0.37% | 0.41% | - |
| HSV(B) | 208.05º | 0.54% | 0.56% | - |
| XYZ | 12.22 | 13.38 | 27.53 | - |
| YUV | 97.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 142 | 0.54 | 0.25 | 0 | 0.44 | 208.05 | 0.37 | 0.41 |
| Hex | 41 | 6A | 8E | 36 | 19 | 0 | 2C | D0 | 25 | 29 |
| Octal | 101 | 152 | 216 | 66 | 31 | 0 | 54 | 320 | 45 | 51 |
| Binary | 1000001 | 1101010 | 10001110 | 110110 | 11001 | 0 | 101100 | 11010000 | 100101 | 101001 |
Color Harmonies of #416A8E
Complementary color
Monochromatic Colors of #416A8E
Black with #416A8E
Text Example
Text Example
White with #416A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A8E; }
p { color: rgb(65,106,142); }
H1.HeaderClassName
{
color: #416A8E;
}
.AnyTagClassName
{
color: #416A8E;
}
</style>
background-color css
<style>
a { background-color: #416A8E; }
a { background-color: rgb(65,106,142); }
div.DivClassName
{
background-color: #416A8E;
}
.BgClassName
{
background-color: #416A8E;
}
</style>
border-color css
<style>
span { border-color: #416A8E; }
span { border-color: rgb(65,106,142); }
td.TdClassName
{
border-color: #416A8E;
}
.TagClassName
{
border-color: #416A8E;
}
</style>