Shades of Wedgewood #4E6488
Tints of Wedgewood #4E6488
RGB
CMYK
RGB Variations
Color information
#4E6488 (or 0x4E6488) is known color: Wedgewood. HEX triplet: 4E, 64 and 88. RGB value is (78,100,136). Sum of RGB (Red+Green+Blue) = 78+100+136=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E6488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6488 is #B19B77. Grayscale: #616161. Windows color (decimal): -11639672 or 8938574. OLE color: 8938574.
HSL color Cylindrical-coordinate representation of color #4E6488: hue angle of 217.24º 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 #4E6488 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 100 | 136 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.47 |
| HSL | 217.24º | 0.27% | 0.42% | - |
| HSV(B) | 217.24º | 0.43% | 0.53% | - |
| XYZ | 12.14 | 12.51 | 25.07 | - |
| YUV | 97.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 136 | 0.43 | 0.26 | 0 | 0.47 | 217.24 | 0.27 | 0.42 |
| Hex | 4E | 64 | 88 | 2B | 1A | 0 | 2F | D9 | 1B | 2A |
| Octal | 116 | 144 | 210 | 53 | 32 | 0 | 57 | 331 | 33 | 52 |
| Binary | 1001110 | 1100100 | 10001000 | 101011 | 11010 | 0 | 101111 | 11011001 | 11011 | 101010 |
Color Harmonies of #4E6488
Complementary color
Monochromatic Colors of #4E6488
Black with #4E6488
Text Example
Text Example
White with #4E6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6488; }
p { color: rgb(78,100,136); }
H1.HeaderClassName
{
color: #4E6488;
}
.AnyTagClassName
{
color: #4E6488;
}
</style>
background-color css
<style>
a { background-color: #4E6488; }
a { background-color: rgb(78,100,136); }
div.DivClassName
{
background-color: #4E6488;
}
.BgClassName
{
background-color: #4E6488;
}
</style>
border-color css
<style>
span { border-color: #4E6488; }
span { border-color: rgb(78,100,136); }
td.TdClassName
{
border-color: #4E6488;
}
.TagClassName
{
border-color: #4E6488;
}
</style>