Shades of Wedgewood #4E7490
Tints of Wedgewood #4E7490
RGB
CMYK
RGB Variations
Color information
#4E7490 (or 0x4E7490) is known color: Wedgewood. HEX triplet: 4E, 74 and 90. RGB value is (78,116,144). Sum of RGB (Red+Green+Blue) = 78+116+144=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7490 is #B18B6F. Grayscale: #6B6B6B. Windows color (decimal): -11635568 or 9466958. OLE color: 9466958.
HSL color Cylindrical-coordinate representation of color #4E7490: hue angle of 205.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E7490 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 116 | 144 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.44 |
| HSL | 205.45º | 0.3% | 0.44% | - |
| HSV(B) | 205.45º | 0.46% | 0.56% | - |
| XYZ | 14.42 | 16.12 | 28.74 | - |
| YUV | 107.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 144 | 0.46 | 0.19 | 0 | 0.44 | 205.45 | 0.3 | 0.44 |
| Hex | 4E | 74 | 90 | 2E | 13 | 0 | 2C | CD | 1E | 2C |
| Octal | 116 | 164 | 220 | 56 | 23 | 0 | 54 | 315 | 36 | 54 |
| Binary | 1001110 | 1110100 | 10010000 | 101110 | 10011 | 0 | 101100 | 11001101 | 11110 | 101100 |
Color Harmonies of #4E7490
Complementary color
Monochromatic Colors of #4E7490
Black with #4E7490
Text Example
Text Example
White with #4E7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7490; }
p { color: rgb(78,116,144); }
H1.HeaderClassName
{
color: #4E7490;
}
.AnyTagClassName
{
color: #4E7490;
}
</style>
background-color css
<style>
a { background-color: #4E7490; }
a { background-color: rgb(78,116,144); }
div.DivClassName
{
background-color: #4E7490;
}
.BgClassName
{
background-color: #4E7490;
}
</style>
border-color css
<style>
span { border-color: #4E7490; }
span { border-color: rgb(78,116,144); }
td.TdClassName
{
border-color: #4E7490;
}
.TagClassName
{
border-color: #4E7490;
}
</style>