Shades of Wedgewood #4E7189
Tints of Wedgewood #4E7189
RGB
CMYK
RGB Variations
Color information
#4E7189 (or 0x4E7189) is known color: Wedgewood. HEX triplet: 4E, 71 and 89. RGB value is (78,113,137). Sum of RGB (Red+Green+Blue) = 78+113+137=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7189 is #B18E76. Grayscale: #696969. Windows color (decimal): -11636343 or 9007438. OLE color: 9007438.
HSL color Cylindrical-coordinate representation of color #4E7189: hue angle of 204.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7189 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 113 | 137 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.46 |
| HSL | 204.41º | 0.27% | 0.42% | - |
| HSV(B) | 204.41º | 0.43% | 0.54% | - |
| XYZ | 13.56 | 15.24 | 25.89 | - |
| YUV | 105.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 137 | 0.43 | 0.18 | 0 | 0.46 | 204.41 | 0.27 | 0.42 |
| Hex | 4E | 71 | 89 | 2B | 12 | 0 | 2E | CC | 1B | 2A |
| Octal | 116 | 161 | 211 | 53 | 22 | 0 | 56 | 314 | 33 | 52 |
| Binary | 1001110 | 1110001 | 10001001 | 101011 | 10010 | 0 | 101110 | 11001100 | 11011 | 101010 |
Color Harmonies of #4E7189
Complementary color
Monochromatic Colors of #4E7189
Black with #4E7189
Text Example
Text Example
White with #4E7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7189; }
p { color: rgb(78,113,137); }
H1.HeaderClassName
{
color: #4E7189;
}
.AnyTagClassName
{
color: #4E7189;
}
</style>
background-color css
<style>
a { background-color: #4E7189; }
a { background-color: rgb(78,113,137); }
div.DivClassName
{
background-color: #4E7189;
}
.BgClassName
{
background-color: #4E7189;
}
</style>
border-color css
<style>
span { border-color: #4E7189; }
span { border-color: rgb(78,113,137); }
td.TdClassName
{
border-color: #4E7189;
}
.TagClassName
{
border-color: #4E7189;
}
</style>