Shades of Wedgewood #446A8D
Tints of Wedgewood #446A8D
RGB
CMYK
RGB Variations
Color information
#446A8D (or 0x446A8D) is known color: Wedgewood. HEX triplet: 44, 6A and 8D. RGB value is (68,106,141). Sum of RGB (Red+Green+Blue) = 68+106+141=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #446A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446A8D is #BB9572. Grayscale: #626262. Windows color (decimal): -12293491 or 9267780. OLE color: 9267780.
HSL color Cylindrical-coordinate representation of color #446A8D: hue angle of 208.77º 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 #446A8D is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 106 | 141 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.45 |
| HSL | 208.77º | 0.35% | 0.41% | - |
| HSV(B) | 208.77º | 0.52% | 0.55% | - |
| XYZ | 12.35 | 13.46 | 27.15 | - |
| YUV | 98.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 141 | 0.52 | 0.25 | 0 | 0.45 | 208.77 | 0.35 | 0.41 |
| Hex | 44 | 6A | 8D | 34 | 19 | 0 | 2D | D1 | 23 | 29 |
| Octal | 104 | 152 | 215 | 64 | 31 | 0 | 55 | 321 | 43 | 51 |
| Binary | 1000100 | 1101010 | 10001101 | 110100 | 11001 | 0 | 101101 | 11010001 | 100011 | 101001 |
Color Harmonies of #446A8D
Complementary color
Monochromatic Colors of #446A8D
Black with #446A8D
Text Example
Text Example
White with #446A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A8D; }
p { color: rgb(68,106,141); }
H1.HeaderClassName
{
color: #446A8D;
}
.AnyTagClassName
{
color: #446A8D;
}
</style>
background-color css
<style>
a { background-color: #446A8D; }
a { background-color: rgb(68,106,141); }
div.DivClassName
{
background-color: #446A8D;
}
.BgClassName
{
background-color: #446A8D;
}
</style>
border-color css
<style>
span { border-color: #446A8D; }
span { border-color: rgb(68,106,141); }
td.TdClassName
{
border-color: #446A8D;
}
.TagClassName
{
border-color: #446A8D;
}
</style>