Shades of Wedgewood #4E698B
Tints of Wedgewood #4E698B
RGB
CMYK
RGB Variations
Color information
#4E698B (or 0x4E698B) is known color: Wedgewood. HEX triplet: 4E, 69 and 8B. RGB value is (78,105,139). Sum of RGB (Red+Green+Blue) = 78+105+139=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E698B is #B19674. Grayscale: #646464. Windows color (decimal): -11638389 or 9136462. OLE color: 9136462.
HSL color Cylindrical-coordinate representation of color #4E698B: hue angle of 213.44º 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 #4E698B is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 105 | 139 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.45 |
| HSL | 213.44º | 0.28% | 0.43% | - |
| HSV(B) | 213.44º | 0.44% | 0.55% | - |
| XYZ | 12.85 | 13.59 | 26.37 | - |
| YUV | 100.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 139 | 0.44 | 0.24 | 0 | 0.45 | 213.44 | 0.28 | 0.43 |
| Hex | 4E | 69 | 8B | 2C | 18 | 0 | 2D | D5 | 1C | 2B |
| Octal | 116 | 151 | 213 | 54 | 30 | 0 | 55 | 325 | 34 | 53 |
| Binary | 1001110 | 1101001 | 10001011 | 101100 | 11000 | 0 | 101101 | 11010101 | 11100 | 101011 |
Color Harmonies of #4E698B
Complementary color
Monochromatic Colors of #4E698B
Black with #4E698B
Text Example
Text Example
White with #4E698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E698B; }
p { color: rgb(78,105,139); }
H1.HeaderClassName
{
color: #4E698B;
}
.AnyTagClassName
{
color: #4E698B;
}
</style>
background-color css
<style>
a { background-color: #4E698B; }
a { background-color: rgb(78,105,139); }
div.DivClassName
{
background-color: #4E698B;
}
.BgClassName
{
background-color: #4E698B;
}
</style>
border-color css
<style>
span { border-color: #4E698B; }
span { border-color: rgb(78,105,139); }
td.TdClassName
{
border-color: #4E698B;
}
.TagClassName
{
border-color: #4E698B;
}
</style>