Shades of Wedgewood #44657E
Tints of Wedgewood #44657E
RGB
CMYK
RGB Variations
Color information
#44657E (or 0x44657E) is known color: Wedgewood. HEX triplet: 44, 65 and 7E. RGB value is (68,101,126). Sum of RGB (Red+Green+Blue) = 68+101+126=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #44657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44657E is #BB9A81. Grayscale: #5D5D5D. Windows color (decimal): -12294786 or 8283460. OLE color: 8283460.
HSL color Cylindrical-coordinate representation of color #44657E: hue angle of 205.86º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44657E is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 101 | 126 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.51 |
| HSL | 205.86º | 0.3% | 0.38% | - |
| HSV(B) | 205.86º | 0.46% | 0.49% | - |
| XYZ | 10.8 | 12.04 | 21.49 | - |
| YUV | 93.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 126 | 0.46 | 0.20 | 0 | 0.51 | 205.86 | 0.3 | 0.38 |
| Hex | 44 | 65 | 7E | 2E | 14 | 0 | 33 | CE | 1E | 26 |
| Octal | 104 | 145 | 176 | 56 | 24 | 0 | 63 | 316 | 36 | 46 |
| Binary | 1000100 | 1100101 | 1111110 | 101110 | 10100 | 0 | 110011 | 11001110 | 11110 | 100110 |
Color Harmonies of #44657E
Complementary color
Monochromatic Colors of #44657E
Black with #44657E
Text Example
Text Example
White with #44657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44657E; }
p { color: rgb(68,101,126); }
H1.HeaderClassName
{
color: #44657E;
}
.AnyTagClassName
{
color: #44657E;
}
</style>
background-color css
<style>
a { background-color: #44657E; }
a { background-color: rgb(68,101,126); }
div.DivClassName
{
background-color: #44657E;
}
.BgClassName
{
background-color: #44657E;
}
</style>
border-color css
<style>
span { border-color: #44657E; }
span { border-color: rgb(68,101,126); }
td.TdClassName
{
border-color: #44657E;
}
.TagClassName
{
border-color: #44657E;
}
</style>