Shades of Wedgewood #4E7389
Tints of Wedgewood #4E7389
RGB
CMYK
RGB Variations
Color information
#4E7389 (or 0x4E7389) is known color: Wedgewood. HEX triplet: 4E, 73 and 89. RGB value is (78,115,137). Sum of RGB (Red+Green+Blue) = 78+115+137=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E7389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7389 is #B18C76. Grayscale: #6A6A6A. Windows color (decimal): -11635831 or 9007950. OLE color: 9007950.
HSL color Cylindrical-coordinate representation of color #4E7389: hue angle of 202.37º 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 #4E7389 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 115 | 137 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.46 |
| HSL | 202.37º | 0.27% | 0.42% | - |
| HSV(B) | 202.37º | 0.43% | 0.54% | - |
| XYZ | 13.79 | 15.69 | 25.97 | - |
| YUV | 106.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 137 | 0.43 | 0.16 | 0 | 0.46 | 202.37 | 0.27 | 0.42 |
| Hex | 4E | 73 | 89 | 2B | 10 | 0 | 2E | CA | 1B | 2A |
| Octal | 116 | 163 | 211 | 53 | 20 | 0 | 56 | 312 | 33 | 52 |
| Binary | 1001110 | 1110011 | 10001001 | 101011 | 10000 | 0 | 101110 | 11001010 | 11011 | 101010 |
Color Harmonies of #4E7389
Complementary color
Monochromatic Colors of #4E7389
Black with #4E7389
Text Example
Text Example
White with #4E7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7389; }
p { color: rgb(78,115,137); }
H1.HeaderClassName
{
color: #4E7389;
}
.AnyTagClassName
{
color: #4E7389;
}
</style>
background-color css
<style>
a { background-color: #4E7389; }
a { background-color: rgb(78,115,137); }
div.DivClassName
{
background-color: #4E7389;
}
.BgClassName
{
background-color: #4E7389;
}
</style>
border-color css
<style>
span { border-color: #4E7389; }
span { border-color: rgb(78,115,137); }
td.TdClassName
{
border-color: #4E7389;
}
.TagClassName
{
border-color: #4E7389;
}
</style>