Shades of Wedgewood #44618C
Tints of Wedgewood #44618C
RGB
CMYK
RGB Variations
Color information
#44618C (or 0x44618C) is known color: Wedgewood. HEX triplet: 44, 61 and 8C. RGB value is (68,97,140). Sum of RGB (Red+Green+Blue) = 68+97+140=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #44618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44618C is #BB9E73. Grayscale: #5D5D5D. Windows color (decimal): -12295796 or 9199940. OLE color: 9199940.
HSL color Cylindrical-coordinate representation of color #44618C: hue angle of 215.83º degrees, saturation: 0.35, 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 #44618C is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 97 | 140 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.45 |
| HSL | 215.83º | 0.35% | 0.41% | - |
| HSV(B) | 215.83º | 0.51% | 0.55% | - |
| XYZ | 11.39 | 11.67 | 26.46 | - |
| YUV | 93.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 140 | 0.51 | 0.31 | 0 | 0.45 | 215.83 | 0.35 | 0.41 |
| Hex | 44 | 61 | 8C | 33 | 1F | 0 | 2D | D8 | 23 | 29 |
| Octal | 104 | 141 | 214 | 63 | 37 | 0 | 55 | 330 | 43 | 51 |
| Binary | 1000100 | 1100001 | 10001100 | 110011 | 11111 | 0 | 101101 | 11011000 | 100011 | 101001 |
Color Harmonies of #44618C
Complementary color
Monochromatic Colors of #44618C
Black with #44618C
Text Example
Text Example
White with #44618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44618C; }
p { color: rgb(68,97,140); }
H1.HeaderClassName
{
color: #44618C;
}
.AnyTagClassName
{
color: #44618C;
}
</style>
background-color css
<style>
a { background-color: #44618C; }
a { background-color: rgb(68,97,140); }
div.DivClassName
{
background-color: #44618C;
}
.BgClassName
{
background-color: #44618C;
}
</style>
border-color css
<style>
span { border-color: #44618C; }
span { border-color: rgb(68,97,140); }
td.TdClassName
{
border-color: #44618C;
}
.TagClassName
{
border-color: #44618C;
}
</style>