Shades of Wedgewood #4E6D8B
Tints of Wedgewood #4E6D8B
RGB
CMYK
RGB Variations
Color information
#4E6D8B (or 0x4E6D8B) is known color: Wedgewood. HEX triplet: 4E, 6D and 8B. RGB value is (78,109,139). Sum of RGB (Red+Green+Blue) = 78+109+139=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E6D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6D8B is #B19274. Grayscale: #676767. Windows color (decimal): -11637365 or 9137486. OLE color: 9137486.
HSL color Cylindrical-coordinate representation of color #4E6D8B: hue angle of 209.51º 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 #4E6D8B is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 109 | 139 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.45 |
| HSL | 209.51º | 0.28% | 0.43% | - |
| HSV(B) | 209.51º | 0.44% | 0.55% | - |
| XYZ | 13.27 | 14.42 | 26.51 | - |
| YUV | 103.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 139 | 0.44 | 0.22 | 0 | 0.45 | 209.51 | 0.28 | 0.43 |
| Hex | 4E | 6D | 8B | 2C | 16 | 0 | 2D | D2 | 1C | 2B |
| Octal | 116 | 155 | 213 | 54 | 26 | 0 | 55 | 322 | 34 | 53 |
| Binary | 1001110 | 1101101 | 10001011 | 101100 | 10110 | 0 | 101101 | 11010010 | 11100 | 101011 |
Color Harmonies of #4E6D8B
Complementary color
Monochromatic Colors of #4E6D8B
Black with #4E6D8B
Text Example
Text Example
White with #4E6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D8B; }
p { color: rgb(78,109,139); }
H1.HeaderClassName
{
color: #4E6D8B;
}
.AnyTagClassName
{
color: #4E6D8B;
}
</style>
background-color css
<style>
a { background-color: #4E6D8B; }
a { background-color: rgb(78,109,139); }
div.DivClassName
{
background-color: #4E6D8B;
}
.BgClassName
{
background-color: #4E6D8B;
}
</style>
border-color css
<style>
span { border-color: #4E6D8B; }
span { border-color: rgb(78,109,139); }
td.TdClassName
{
border-color: #4E6D8B;
}
.TagClassName
{
border-color: #4E6D8B;
}
</style>