Shades of Wedgewood #446E8D
Tints of Wedgewood #446E8D
RGB
CMYK
RGB Variations
Color information
#446E8D (or 0x446E8D) is known color: Wedgewood. HEX triplet: 44, 6E and 8D. RGB value is (68,110,141). Sum of RGB (Red+Green+Blue) = 68+110+141=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #446E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8D is #BB9172. Grayscale: #646464. Windows color (decimal): -12292467 or 9268804. OLE color: 9268804.
HSL color Cylindrical-coordinate representation of color #446E8D: hue angle of 205.48º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #446E8D is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 110 | 141 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.45 |
| HSL | 205.48º | 0.35% | 0.41% | - |
| HSV(B) | 205.48º | 0.52% | 0.55% | - |
| XYZ | 12.77 | 14.3 | 27.29 | - |
| YUV | 100.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 141 | 0.52 | 0.22 | 0 | 0.45 | 205.48 | 0.35 | 0.41 |
| Hex | 44 | 6E | 8D | 34 | 16 | 0 | 2D | CD | 23 | 29 |
| Octal | 104 | 156 | 215 | 64 | 26 | 0 | 55 | 315 | 43 | 51 |
| Binary | 1000100 | 1101110 | 10001101 | 110100 | 10110 | 0 | 101101 | 11001101 | 100011 | 101001 |
Color Harmonies of #446E8D
Complementary color
Monochromatic Colors of #446E8D
Black with #446E8D
Text Example
Text Example
White with #446E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446E8D; }
p { color: rgb(68,110,141); }
H1.HeaderClassName
{
color: #446E8D;
}
.AnyTagClassName
{
color: #446E8D;
}
</style>
background-color css
<style>
a { background-color: #446E8D; }
a { background-color: rgb(68,110,141); }
div.DivClassName
{
background-color: #446E8D;
}
.BgClassName
{
background-color: #446E8D;
}
</style>
border-color css
<style>
span { border-color: #446E8D; }
span { border-color: rgb(68,110,141); }
td.TdClassName
{
border-color: #446E8D;
}
.TagClassName
{
border-color: #446E8D;
}
</style>