Shades of Wedgewood #4E708E
Tints of Wedgewood #4E708E
RGB
CMYK
RGB Variations
Color information
#4E708E (or 0x4E708E) is known color: Wedgewood. HEX triplet: 4E, 70 and 8E. RGB value is (78,112,142). Sum of RGB (Red+Green+Blue) = 78+112+142=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E708E is #B18F71. Grayscale: #696969. Windows color (decimal): -11636594 or 9334862. OLE color: 9334862.
HSL color Cylindrical-coordinate representation of color #4E708E: hue angle of 208.12º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E708E is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 112 | 142 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.44 |
| HSL | 208.13º | 0.29% | 0.43% | - |
| HSV(B) | 208.13º | 0.45% | 0.56% | - |
| XYZ | 13.82 | 15.16 | 27.79 | - |
| YUV | 105.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 142 | 0.45 | 0.21 | 0 | 0.44 | 208.13 | 0.29 | 0.43 |
| Hex | 4E | 70 | 8E | 2D | 15 | 0 | 2C | D0 | 1D | 2B |
| Octal | 116 | 160 | 216 | 55 | 25 | 0 | 54 | 320 | 35 | 53 |
| Binary | 1001110 | 1110000 | 10001110 | 101101 | 10101 | 0 | 101100 | 11010000 | 11101 | 101011 |
Color Harmonies of #4E708E
Complementary color
Monochromatic Colors of #4E708E
Black with #4E708E
Text Example
Text Example
White with #4E708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E708E; }
p { color: rgb(78,112,142); }
H1.HeaderClassName
{
color: #4E708E;
}
.AnyTagClassName
{
color: #4E708E;
}
</style>
background-color css
<style>
a { background-color: #4E708E; }
a { background-color: rgb(78,112,142); }
div.DivClassName
{
background-color: #4E708E;
}
.BgClassName
{
background-color: #4E708E;
}
</style>
border-color css
<style>
span { border-color: #4E708E; }
span { border-color: rgb(78,112,142); }
td.TdClassName
{
border-color: #4E708E;
}
.TagClassName
{
border-color: #4E708E;
}
</style>