Shades of Wedgewood #4E7188
Tints of Wedgewood #4E7188
RGB
CMYK
RGB Variations
Color information
#4E7188 (or 0x4E7188) is known color: Wedgewood. HEX triplet: 4E, 71 and 88. RGB value is (78,113,136). Sum of RGB (Red+Green+Blue) = 78+113+136=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7188 is #B18E77. Grayscale: #696969. Windows color (decimal): -11636344 or 8941902. OLE color: 8941902.
HSL color Cylindrical-coordinate representation of color #4E7188: hue angle of 203.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7188 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 113 | 136 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.47 |
| HSL | 203.79º | 0.27% | 0.42% | - |
| HSV(B) | 203.79º | 0.43% | 0.53% | - |
| XYZ | 13.49 | 15.21 | 25.52 | - |
| YUV | 105.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 136 | 0.43 | 0.17 | 0 | 0.47 | 203.79 | 0.27 | 0.42 |
| Hex | 4E | 71 | 88 | 2B | 11 | 0 | 2F | CC | 1B | 2A |
| Octal | 116 | 161 | 210 | 53 | 21 | 0 | 57 | 314 | 33 | 52 |
| Binary | 1001110 | 1110001 | 10001000 | 101011 | 10001 | 0 | 101111 | 11001100 | 11011 | 101010 |
Color Harmonies of #4E7188
Complementary color
Monochromatic Colors of #4E7188
Black with #4E7188
Text Example
Text Example
White with #4E7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7188; }
p { color: rgb(78,113,136); }
H1.HeaderClassName
{
color: #4E7188;
}
.AnyTagClassName
{
color: #4E7188;
}
</style>
background-color css
<style>
a { background-color: #4E7188; }
a { background-color: rgb(78,113,136); }
div.DivClassName
{
background-color: #4E7188;
}
.BgClassName
{
background-color: #4E7188;
}
</style>
border-color css
<style>
span { border-color: #4E7188; }
span { border-color: rgb(78,113,136); }
td.TdClassName
{
border-color: #4E7188;
}
.TagClassName
{
border-color: #4E7188;
}
</style>