Shades of Wedgewood #4E718B
Tints of Wedgewood #4E718B
RGB
CMYK
RGB Variations
Color information
#4E718B (or 0x4E718B) is known color: Wedgewood. HEX triplet: 4E, 71 and 8B. RGB value is (78,113,139). Sum of RGB (Red+Green+Blue) = 78+113+139=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E718B is #B18E74. Grayscale: #696969. Windows color (decimal): -11636341 or 9138510. OLE color: 9138510.
HSL color Cylindrical-coordinate representation of color #4E718B: hue angle of 205.57º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E718B is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 113 | 139 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.45 |
| HSL | 205.57º | 0.28% | 0.43% | - |
| HSV(B) | 205.57º | 0.44% | 0.55% | - |
| XYZ | 13.71 | 15.29 | 26.66 | - |
| YUV | 105.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 139 | 0.44 | 0.19 | 0 | 0.45 | 205.57 | 0.28 | 0.43 |
| Hex | 4E | 71 | 8B | 2C | 13 | 0 | 2D | CE | 1C | 2B |
| Octal | 116 | 161 | 213 | 54 | 23 | 0 | 55 | 316 | 34 | 53 |
| Binary | 1001110 | 1110001 | 10001011 | 101100 | 10011 | 0 | 101101 | 11001110 | 11100 | 101011 |
Color Harmonies of #4E718B
Complementary color
Monochromatic Colors of #4E718B
Black with #4E718B
Text Example
Text Example
White with #4E718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E718B; }
p { color: rgb(78,113,139); }
H1.HeaderClassName
{
color: #4E718B;
}
.AnyTagClassName
{
color: #4E718B;
}
</style>
background-color css
<style>
a { background-color: #4E718B; }
a { background-color: rgb(78,113,139); }
div.DivClassName
{
background-color: #4E718B;
}
.BgClassName
{
background-color: #4E718B;
}
</style>
border-color css
<style>
span { border-color: #4E718B; }
span { border-color: rgb(78,113,139); }
td.TdClassName
{
border-color: #4E718B;
}
.TagClassName
{
border-color: #4E718B;
}
</style>