Shades of Wedgewood #4E7293
Tints of Wedgewood #4E7293
RGB
CMYK
RGB Variations
Color information
#4E7293 (or 0x4E7293) is known color: Wedgewood. HEX triplet: 4E, 72 and 93. RGB value is (78,114,147). Sum of RGB (Red+Green+Blue) = 78+114+147=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E7293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7293 is #B18D6C. Grayscale: #6A6A6A. Windows color (decimal): -11636077 or 9663054. OLE color: 9663054.
HSL color Cylindrical-coordinate representation of color #4E7293: hue angle of 208.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E7293 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 114 | 147 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.42 |
| HSL | 208.7º | 0.31% | 0.44% | - |
| HSV(B) | 208.7º | 0.47% | 0.58% | - |
| XYZ | 14.43 | 15.76 | 29.89 | - |
| YUV | 107 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 147 | 0.47 | 0.22 | 0 | 0.42 | 208.7 | 0.31 | 0.44 |
| Hex | 4E | 72 | 93 | 2F | 16 | 0 | 2A | D1 | 1F | 2C |
| Octal | 116 | 162 | 223 | 57 | 26 | 0 | 52 | 321 | 37 | 54 |
| Binary | 1001110 | 1110010 | 10010011 | 101111 | 10110 | 0 | 101010 | 11010001 | 11111 | 101100 |
Color Harmonies of #4E7293
Complementary color
Monochromatic Colors of #4E7293
Black with #4E7293
Text Example
Text Example
White with #4E7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7293; }
p { color: rgb(78,114,147); }
H1.HeaderClassName
{
color: #4E7293;
}
.AnyTagClassName
{
color: #4E7293;
}
</style>
background-color css
<style>
a { background-color: #4E7293; }
a { background-color: rgb(78,114,147); }
div.DivClassName
{
background-color: #4E7293;
}
.BgClassName
{
background-color: #4E7293;
}
</style>
border-color css
<style>
span { border-color: #4E7293; }
span { border-color: rgb(78,114,147); }
td.TdClassName
{
border-color: #4E7293;
}
.TagClassName
{
border-color: #4E7293;
}
</style>