Shades of Wedgewood #44648A
Tints of Wedgewood #44648A
RGB
CMYK
RGB Variations
Color information
#44648A (or 0x44648A) is known color: Wedgewood. HEX triplet: 44, 64 and 8A. RGB value is (68,100,138). Sum of RGB (Red+Green+Blue) = 68+100+138=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #44648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44648A is #BB9B75. Grayscale: #5E5E5E. Windows color (decimal): -12295030 or 9069636. OLE color: 9069636.
HSL color Cylindrical-coordinate representation of color #44648A: hue angle of 212.57º 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 #44648A is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 100 | 138 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.46 |
| HSL | 212.57º | 0.34% | 0.4% | - |
| HSV(B) | 212.57º | 0.51% | 0.54% | - |
| XYZ | 11.53 | 12.18 | 25.79 | - |
| YUV | 94.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 138 | 0.51 | 0.28 | 0 | 0.46 | 212.57 | 0.34 | 0.4 |
| Hex | 44 | 64 | 8A | 33 | 1C | 0 | 2E | D5 | 22 | 28 |
| Octal | 104 | 144 | 212 | 63 | 34 | 0 | 56 | 325 | 42 | 50 |
| Binary | 1000100 | 1100100 | 10001010 | 110011 | 11100 | 0 | 101110 | 11010101 | 100010 | 101000 |
Color Harmonies of #44648A
Complementary color
Monochromatic Colors of #44648A
Black with #44648A
Text Example
Text Example
White with #44648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44648A; }
p { color: rgb(68,100,138); }
H1.HeaderClassName
{
color: #44648A;
}
.AnyTagClassName
{
color: #44648A;
}
</style>
background-color css
<style>
a { background-color: #44648A; }
a { background-color: rgb(68,100,138); }
div.DivClassName
{
background-color: #44648A;
}
.BgClassName
{
background-color: #44648A;
}
</style>
border-color css
<style>
span { border-color: #44648A; }
span { border-color: rgb(68,100,138); }
td.TdClassName
{
border-color: #44648A;
}
.TagClassName
{
border-color: #44648A;
}
</style>