Shades of Wedgewood #446D90
Tints of Wedgewood #446D90
RGB
CMYK
RGB Variations
Color information
#446D90 (or 0x446D90) is known color: Wedgewood. HEX triplet: 44, 6D and 90. RGB value is (68,109,144). Sum of RGB (Red+Green+Blue) = 68+109+144=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #446D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D90 is #BB926F. Grayscale: #646464. Windows color (decimal): -12292720 or 9465156. OLE color: 9465156.
HSL color Cylindrical-coordinate representation of color #446D90: hue angle of 207.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446D90 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 109 | 144 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.44 |
| HSL | 207.63º | 0.36% | 0.42% | - |
| HSV(B) | 207.63º | 0.53% | 0.56% | - |
| XYZ | 12.89 | 14.18 | 28.44 | - |
| YUV | 100.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 144 | 0.53 | 0.24 | 0 | 0.44 | 207.63 | 0.36 | 0.42 |
| Hex | 44 | 6D | 90 | 35 | 18 | 0 | 2C | D0 | 24 | 2A |
| Octal | 104 | 155 | 220 | 65 | 30 | 0 | 54 | 320 | 44 | 52 |
| Binary | 1000100 | 1101101 | 10010000 | 110101 | 11000 | 0 | 101100 | 11010000 | 100100 | 101010 |
Color Harmonies of #446D90
Complementary color
Monochromatic Colors of #446D90
Black with #446D90
Text Example
Text Example
White with #446D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D90; }
p { color: rgb(68,109,144); }
H1.HeaderClassName
{
color: #446D90;
}
.AnyTagClassName
{
color: #446D90;
}
</style>
background-color css
<style>
a { background-color: #446D90; }
a { background-color: rgb(68,109,144); }
div.DivClassName
{
background-color: #446D90;
}
.BgClassName
{
background-color: #446D90;
}
</style>
border-color css
<style>
span { border-color: #446D90; }
span { border-color: rgb(68,109,144); }
td.TdClassName
{
border-color: #446D90;
}
.TagClassName
{
border-color: #446D90;
}
</style>