Shades of Wedgewood #4E7491
Tints of Wedgewood #4E7491
RGB
CMYK
RGB Variations
Color information
#4E7491 (or 0x4E7491) is known color: Wedgewood. HEX triplet: 4E, 74 and 91. RGB value is (78,116,145). Sum of RGB (Red+Green+Blue) = 78+116+145=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7491 is #B18B6E. Grayscale: #6B6B6B. Windows color (decimal): -11635567 or 9532494. OLE color: 9532494.
HSL color Cylindrical-coordinate representation of color #4E7491: hue angle of 205.97º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E7491 is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 116 | 145 | - |
| CMYK | 0.46 | 0.2 | 0 | 0.43 |
| HSL | 205.97º | 0.3% | 0.44% | - |
| HSV(B) | 205.97º | 0.46% | 0.57% | - |
| XYZ | 14.5 | 16.15 | 29.14 | - |
| YUV | 107.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 145 | 0.46 | 0.2 | 0 | 0.43 | 205.97 | 0.3 | 0.44 |
| Hex | 4E | 74 | 91 | 2E | 14 | 0 | 2B | CE | 1E | 2C |
| Octal | 116 | 164 | 221 | 56 | 24 | 0 | 53 | 316 | 36 | 54 |
| Binary | 1001110 | 1110100 | 10010001 | 101110 | 10100 | 0 | 101011 | 11001110 | 11110 | 101100 |
Color Harmonies of #4E7491
Complementary color
Monochromatic Colors of #4E7491
Black with #4E7491
Text Example
Text Example
White with #4E7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7491; }
p { color: rgb(78,116,145); }
H1.HeaderClassName
{
color: #4E7491;
}
.AnyTagClassName
{
color: #4E7491;
}
</style>
background-color css
<style>
a { background-color: #4E7491; }
a { background-color: rgb(78,116,145); }
div.DivClassName
{
background-color: #4E7491;
}
.BgClassName
{
background-color: #4E7491;
}
</style>
border-color css
<style>
span { border-color: #4E7491; }
span { border-color: rgb(78,116,145); }
td.TdClassName
{
border-color: #4E7491;
}
.TagClassName
{
border-color: #4E7491;
}
</style>