Shades of Wedgewood #446D8D
Tints of Wedgewood #446D8D
RGB
CMYK
RGB Variations
Color information
#446D8D (or 0x446D8D) is known color: Wedgewood. HEX triplet: 44, 6D and 8D. RGB value is (68,109,141). Sum of RGB (Red+Green+Blue) = 68+109+141=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #446D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D8D is #BB9272. Grayscale: #646464. Windows color (decimal): -12292723 or 9268548. OLE color: 9268548.
HSL color Cylindrical-coordinate representation of color #446D8D: hue angle of 206.3º 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 #446D8D is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 109 | 141 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.45 |
| HSL | 206.3º | 0.35% | 0.41% | - |
| HSV(B) | 206.3º | 0.52% | 0.55% | - |
| XYZ | 12.66 | 14.09 | 27.25 | - |
| YUV | 100.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 141 | 0.52 | 0.23 | 0 | 0.45 | 206.3 | 0.35 | 0.41 |
| Hex | 44 | 6D | 8D | 34 | 17 | 0 | 2D | CE | 23 | 29 |
| Octal | 104 | 155 | 215 | 64 | 27 | 0 | 55 | 316 | 43 | 51 |
| Binary | 1000100 | 1101101 | 10001101 | 110100 | 10111 | 0 | 101101 | 11001110 | 100011 | 101001 |
Color Harmonies of #446D8D
Complementary color
Monochromatic Colors of #446D8D
Black with #446D8D
Text Example
Text Example
White with #446D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D8D; }
p { color: rgb(68,109,141); }
H1.HeaderClassName
{
color: #446D8D;
}
.AnyTagClassName
{
color: #446D8D;
}
</style>
background-color css
<style>
a { background-color: #446D8D; }
a { background-color: rgb(68,109,141); }
div.DivClassName
{
background-color: #446D8D;
}
.BgClassName
{
background-color: #446D8D;
}
</style>
border-color css
<style>
span { border-color: #446D8D; }
span { border-color: rgb(68,109,141); }
td.TdClassName
{
border-color: #446D8D;
}
.TagClassName
{
border-color: #446D8D;
}
</style>