Shades of Wedgewood #44698B
Tints of Wedgewood #44698B
RGB
CMYK
RGB Variations
Color information
#44698B (or 0x44698B) is known color: Wedgewood. HEX triplet: 44, 69 and 8B. RGB value is (68,105,139). Sum of RGB (Red+Green+Blue) = 68+105+139=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #44698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44698B is #BB9674. Grayscale: #616161. Windows color (decimal): -12293749 or 9136452. OLE color: 9136452.
HSL color Cylindrical-coordinate representation of color #44698B: hue angle of 208.73º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44698B is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 105 | 139 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.45 |
| HSL | 208.73º | 0.34% | 0.41% | - |
| HSV(B) | 208.73º | 0.51% | 0.55% | - |
| XYZ | 12.1 | 13.2 | 26.34 | - |
| YUV | 97.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 139 | 0.51 | 0.24 | 0 | 0.45 | 208.73 | 0.34 | 0.41 |
| Hex | 44 | 69 | 8B | 33 | 18 | 0 | 2D | D1 | 22 | 29 |
| Octal | 104 | 151 | 213 | 63 | 30 | 0 | 55 | 321 | 42 | 51 |
| Binary | 1000100 | 1101001 | 10001011 | 110011 | 11000 | 0 | 101101 | 11010001 | 100010 | 101001 |
Color Harmonies of #44698B
Complementary color
Monochromatic Colors of #44698B
Black with #44698B
Text Example
Text Example
White with #44698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44698B; }
p { color: rgb(68,105,139); }
H1.HeaderClassName
{
color: #44698B;
}
.AnyTagClassName
{
color: #44698B;
}
</style>
background-color css
<style>
a { background-color: #44698B; }
a { background-color: rgb(68,105,139); }
div.DivClassName
{
background-color: #44698B;
}
.BgClassName
{
background-color: #44698B;
}
</style>
border-color css
<style>
span { border-color: #44698B; }
span { border-color: rgb(68,105,139); }
td.TdClassName
{
border-color: #44698B;
}
.TagClassName
{
border-color: #44698B;
}
</style>