Shades of Wedgewood #4E6F8C
Tints of Wedgewood #4E6F8C
RGB
CMYK
RGB Variations
Color information
#4E6F8C (or 0x4E6F8C) is known color: Wedgewood. HEX triplet: 4E, 6F and 8C. RGB value is (78,111,140). Sum of RGB (Red+Green+Blue) = 78+111+140=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E6F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6F8C is #B19073. Grayscale: #686868. Windows color (decimal): -11636852 or 9203534. OLE color: 9203534.
HSL color Cylindrical-coordinate representation of color #4E6F8C: hue angle of 208.06º 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 #4E6F8C is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 111 | 140 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.45 |
| HSL | 208.06º | 0.28% | 0.43% | - |
| HSV(B) | 208.06º | 0.44% | 0.55% | - |
| XYZ | 13.56 | 14.88 | 26.97 | - |
| YUV | 104.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 140 | 0.44 | 0.21 | 0 | 0.45 | 208.06 | 0.28 | 0.43 |
| Hex | 4E | 6F | 8C | 2C | 15 | 0 | 2D | D0 | 1C | 2B |
| Octal | 116 | 157 | 214 | 54 | 25 | 0 | 55 | 320 | 34 | 53 |
| Binary | 1001110 | 1101111 | 10001100 | 101100 | 10101 | 0 | 101101 | 11010000 | 11100 | 101011 |
Color Harmonies of #4E6F8C
Complementary color
Monochromatic Colors of #4E6F8C
Black with #4E6F8C
Text Example
Text Example
White with #4E6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F8C; }
p { color: rgb(78,111,140); }
H1.HeaderClassName
{
color: #4E6F8C;
}
.AnyTagClassName
{
color: #4E6F8C;
}
</style>
background-color css
<style>
a { background-color: #4E6F8C; }
a { background-color: rgb(78,111,140); }
div.DivClassName
{
background-color: #4E6F8C;
}
.BgClassName
{
background-color: #4E6F8C;
}
</style>
border-color css
<style>
span { border-color: #4E6F8C; }
span { border-color: rgb(78,111,140); }
td.TdClassName
{
border-color: #4E6F8C;
}
.TagClassName
{
border-color: #4E6F8C;
}
</style>