Shades of Wedgewood #44698A
Tints of Wedgewood #44698A
RGB
CMYK
RGB Variations
Color information
#44698A (or 0x44698A) is known color: Wedgewood. HEX triplet: 44, 69 and 8A. RGB value is (68,105,138). Sum of RGB (Red+Green+Blue) = 68+105+138=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #44698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44698A is #BB9675. Grayscale: #616161. Windows color (decimal): -12293750 or 9070916. OLE color: 9070916.
HSL color Cylindrical-coordinate representation of color #44698A: hue angle of 208.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44698A is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 105 | 138 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.46 |
| HSL | 208.29º | 0.34% | 0.4% | - |
| HSV(B) | 208.29º | 0.51% | 0.54% | - |
| XYZ | 12.02 | 13.17 | 25.95 | - |
| YUV | 97.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 138 | 0.51 | 0.24 | 0 | 0.46 | 208.29 | 0.34 | 0.4 |
| Hex | 44 | 69 | 8A | 33 | 18 | 0 | 2E | D0 | 22 | 28 |
| Octal | 104 | 151 | 212 | 63 | 30 | 0 | 56 | 320 | 42 | 50 |
| Binary | 1000100 | 1101001 | 10001010 | 110011 | 11000 | 0 | 101110 | 11010000 | 100010 | 101000 |
Color Harmonies of #44698A
Complementary color
Monochromatic Colors of #44698A
Black with #44698A
Text Example
Text Example
White with #44698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44698A; }
p { color: rgb(68,105,138); }
H1.HeaderClassName
{
color: #44698A;
}
.AnyTagClassName
{
color: #44698A;
}
</style>
background-color css
<style>
a { background-color: #44698A; }
a { background-color: rgb(68,105,138); }
div.DivClassName
{
background-color: #44698A;
}
.BgClassName
{
background-color: #44698A;
}
</style>
border-color css
<style>
span { border-color: #44698A; }
span { border-color: rgb(68,105,138); }
td.TdClassName
{
border-color: #44698A;
}
.TagClassName
{
border-color: #44698A;
}
</style>