Shades of Wedgewood #416D93
Tints of Wedgewood #416D93
RGB
CMYK
RGB Variations
Color information
#416D93 (or 0x416D93) is known color: Wedgewood. HEX triplet: 41, 6D and 93. RGB value is (65,109,147). Sum of RGB (Red+Green+Blue) = 65+109+147=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #416D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D93 is #BE926C. Grayscale: #636363. Windows color (decimal): -12489325 or 9661761. OLE color: 9661761.
HSL color Cylindrical-coordinate representation of color #416D93: hue angle of 207.8º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416D93 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 109 | 147 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.42 |
| HSL | 207.8º | 0.39% | 0.42% | - |
| HSV(B) | 207.8º | 0.56% | 0.58% | - |
| XYZ | 12.92 | 14.17 | 29.66 | - |
| YUV | 100.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 147 | 0.56 | 0.26 | 0 | 0.42 | 207.8 | 0.39 | 0.42 |
| Hex | 41 | 6D | 93 | 38 | 1A | 0 | 2A | D0 | 27 | 2A |
| Octal | 101 | 155 | 223 | 70 | 32 | 0 | 52 | 320 | 47 | 52 |
| Binary | 1000001 | 1101101 | 10010011 | 111000 | 11010 | 0 | 101010 | 11010000 | 100111 | 101010 |
Color Harmonies of #416D93
Complementary color
Monochromatic Colors of #416D93
Black with #416D93
Text Example
Text Example
White with #416D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D93; }
p { color: rgb(65,109,147); }
H1.HeaderClassName
{
color: #416D93;
}
.AnyTagClassName
{
color: #416D93;
}
</style>
background-color css
<style>
a { background-color: #416D93; }
a { background-color: rgb(65,109,147); }
div.DivClassName
{
background-color: #416D93;
}
.BgClassName
{
background-color: #416D93;
}
</style>
border-color css
<style>
span { border-color: #416D93; }
span { border-color: rgb(65,109,147); }
td.TdClassName
{
border-color: #416D93;
}
.TagClassName
{
border-color: #416D93;
}
</style>