Shades of Wedgewood #4E698D
Tints of Wedgewood #4E698D
RGB
CMYK
RGB Variations
Color information
#4E698D (or 0x4E698D) is known color: Wedgewood. HEX triplet: 4E, 69 and 8D. RGB value is (78,105,141). Sum of RGB (Red+Green+Blue) = 78+105+141=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E698D is #B19672. Grayscale: #646464. Windows color (decimal): -11638387 or 9267534. OLE color: 9267534.
HSL color Cylindrical-coordinate representation of color #4E698D: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E698D is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 105 | 141 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.45 |
| HSL | 214.29º | 0.29% | 0.43% | - |
| HSV(B) | 214.29º | 0.45% | 0.55% | - |
| XYZ | 13 | 13.65 | 27.15 | - |
| YUV | 101.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 141 | 0.45 | 0.26 | 0 | 0.45 | 214.29 | 0.29 | 0.43 |
| Hex | 4E | 69 | 8D | 2D | 1A | 0 | 2D | D6 | 1D | 2B |
| Octal | 116 | 151 | 215 | 55 | 32 | 0 | 55 | 326 | 35 | 53 |
| Binary | 1001110 | 1101001 | 10001101 | 101101 | 11010 | 0 | 101101 | 11010110 | 11101 | 101011 |
Color Harmonies of #4E698D
Complementary color
Monochromatic Colors of #4E698D
Black with #4E698D
Text Example
Text Example
White with #4E698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E698D; }
p { color: rgb(78,105,141); }
H1.HeaderClassName
{
color: #4E698D;
}
.AnyTagClassName
{
color: #4E698D;
}
</style>
background-color css
<style>
a { background-color: #4E698D; }
a { background-color: rgb(78,105,141); }
div.DivClassName
{
background-color: #4E698D;
}
.BgClassName
{
background-color: #4E698D;
}
</style>
border-color css
<style>
span { border-color: #4E698D; }
span { border-color: rgb(78,105,141); }
td.TdClassName
{
border-color: #4E698D;
}
.TagClassName
{
border-color: #4E698D;
}
</style>