Shades of Wedgewood #4E6D89
Tints of Wedgewood #4E6D89
RGB
CMYK
RGB Variations
Color information
#4E6D89 (or 0x4E6D89) is known color: Wedgewood. HEX triplet: 4E, 6D and 89. RGB value is (78,109,137). Sum of RGB (Red+Green+Blue) = 78+109+137=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E6D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6D89 is #B19276. Grayscale: #666666. Windows color (decimal): -11637367 or 9006414. OLE color: 9006414.
HSL color Cylindrical-coordinate representation of color #4E6D89: hue angle of 208.47º 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 #4E6D89 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 109 | 137 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.46 |
| HSL | 208.47º | 0.27% | 0.42% | - |
| HSV(B) | 208.47º | 0.43% | 0.54% | - |
| XYZ | 13.13 | 14.36 | 25.75 | - |
| YUV | 102.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 137 | 0.43 | 0.20 | 0 | 0.46 | 208.47 | 0.27 | 0.42 |
| Hex | 4E | 6D | 89 | 2B | 14 | 0 | 2E | D0 | 1B | 2A |
| Octal | 116 | 155 | 211 | 53 | 24 | 0 | 56 | 320 | 33 | 52 |
| Binary | 1001110 | 1101101 | 10001001 | 101011 | 10100 | 0 | 101110 | 11010000 | 11011 | 101010 |
Color Harmonies of #4E6D89
Complementary color
Monochromatic Colors of #4E6D89
Black with #4E6D89
Text Example
Text Example
White with #4E6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D89; }
p { color: rgb(78,109,137); }
H1.HeaderClassName
{
color: #4E6D89;
}
.AnyTagClassName
{
color: #4E6D89;
}
</style>
background-color css
<style>
a { background-color: #4E6D89; }
a { background-color: rgb(78,109,137); }
div.DivClassName
{
background-color: #4E6D89;
}
.BgClassName
{
background-color: #4E6D89;
}
</style>
border-color css
<style>
span { border-color: #4E6D89; }
span { border-color: rgb(78,109,137); }
td.TdClassName
{
border-color: #4E6D89;
}
.TagClassName
{
border-color: #4E6D89;
}
</style>