Shades of Wedgewood #44698D
Tints of Wedgewood #44698D
RGB
CMYK
RGB Variations
Color information
#44698D (or 0x44698D) is known color: Wedgewood. HEX triplet: 44, 69 and 8D. RGB value is (68,105,141). Sum of RGB (Red+Green+Blue) = 68+105+141=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #44698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44698D is #BB9672. Grayscale: #616161. Windows color (decimal): -12293747 or 9267524. OLE color: 9267524.
HSL color Cylindrical-coordinate representation of color #44698D: hue angle of 209.59º 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 #44698D is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 105 | 141 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.45 |
| HSL | 209.59º | 0.35% | 0.41% | - |
| HSV(B) | 209.59º | 0.52% | 0.55% | - |
| XYZ | 12.24 | 13.26 | 27.11 | - |
| YUV | 98.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 141 | 0.52 | 0.26 | 0 | 0.45 | 209.59 | 0.35 | 0.41 |
| Hex | 44 | 69 | 8D | 34 | 1A | 0 | 2D | D2 | 23 | 29 |
| Octal | 104 | 151 | 215 | 64 | 32 | 0 | 55 | 322 | 43 | 51 |
| Binary | 1000100 | 1101001 | 10001101 | 110100 | 11010 | 0 | 101101 | 11010010 | 100011 | 101001 |
Color Harmonies of #44698D
Complementary color
Monochromatic Colors of #44698D
Black with #44698D
Text Example
Text Example
White with #44698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44698D; }
p { color: rgb(68,105,141); }
H1.HeaderClassName
{
color: #44698D;
}
.AnyTagClassName
{
color: #44698D;
}
</style>
background-color css
<style>
a { background-color: #44698D; }
a { background-color: rgb(68,105,141); }
div.DivClassName
{
background-color: #44698D;
}
.BgClassName
{
background-color: #44698D;
}
</style>
border-color css
<style>
span { border-color: #44698D; }
span { border-color: rgb(68,105,141); }
td.TdClassName
{
border-color: #44698D;
}
.TagClassName
{
border-color: #44698D;
}
</style>