Shades of Wedgewood #4E6788
Tints of Wedgewood #4E6788
RGB
CMYK
RGB Variations
Color information
#4E6788 (or 0x4E6788) is known color: Wedgewood. HEX triplet: 4E, 67 and 88. RGB value is (78,103,136). Sum of RGB (Red+Green+Blue) = 78+103+136=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6788 is #B19877. Grayscale: #636363. Windows color (decimal): -11638904 or 8939342. OLE color: 8939342.
HSL color Cylindrical-coordinate representation of color #4E6788: hue angle of 214.14º 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 #4E6788 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 103 | 136 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.47 |
| HSL | 214.14º | 0.27% | 0.42% | - |
| HSV(B) | 214.14º | 0.43% | 0.53% | - |
| XYZ | 12.44 | 13.1 | 25.17 | - |
| YUV | 99.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 136 | 0.43 | 0.24 | 0 | 0.47 | 214.14 | 0.27 | 0.42 |
| Hex | 4E | 67 | 88 | 2B | 18 | 0 | 2F | D6 | 1B | 2A |
| Octal | 116 | 147 | 210 | 53 | 30 | 0 | 57 | 326 | 33 | 52 |
| Binary | 1001110 | 1100111 | 10001000 | 101011 | 11000 | 0 | 101111 | 11010110 | 11011 | 101010 |
Color Harmonies of #4E6788
Complementary color
Monochromatic Colors of #4E6788
Black with #4E6788
Text Example
Text Example
White with #4E6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6788; }
p { color: rgb(78,103,136); }
H1.HeaderClassName
{
color: #4E6788;
}
.AnyTagClassName
{
color: #4E6788;
}
</style>
background-color css
<style>
a { background-color: #4E6788; }
a { background-color: rgb(78,103,136); }
div.DivClassName
{
background-color: #4E6788;
}
.BgClassName
{
background-color: #4E6788;
}
</style>
border-color css
<style>
span { border-color: #4E6788; }
span { border-color: rgb(78,103,136); }
td.TdClassName
{
border-color: #4E6788;
}
.TagClassName
{
border-color: #4E6788;
}
</style>