Shades of Wedgewood #4E7390
Tints of Wedgewood #4E7390
RGB
CMYK
RGB Variations
Color information
#4E7390 (or 0x4E7390) is known color: Wedgewood. HEX triplet: 4E, 73 and 90. RGB value is (78,115,144). Sum of RGB (Red+Green+Blue) = 78+115+144=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7390 is #B18C6F. Grayscale: #6B6B6B. Windows color (decimal): -11635824 or 9466702. OLE color: 9466702.
HSL color Cylindrical-coordinate representation of color #4E7390: hue angle of 206.36º 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 #4E7390 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 115 | 144 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.44 |
| HSL | 206.36º | 0.3% | 0.44% | - |
| HSV(B) | 206.36º | 0.46% | 0.56% | - |
| XYZ | 14.31 | 15.89 | 28.7 | - |
| YUV | 107.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 144 | 0.46 | 0.20 | 0 | 0.44 | 206.36 | 0.3 | 0.44 |
| Hex | 4E | 73 | 90 | 2E | 14 | 0 | 2C | CE | 1E | 2C |
| Octal | 116 | 163 | 220 | 56 | 24 | 0 | 54 | 316 | 36 | 54 |
| Binary | 1001110 | 1110011 | 10010000 | 101110 | 10100 | 0 | 101100 | 11001110 | 11110 | 101100 |
Color Harmonies of #4E7390
Complementary color
Monochromatic Colors of #4E7390
Black with #4E7390
Text Example
Text Example
White with #4E7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7390; }
p { color: rgb(78,115,144); }
H1.HeaderClassName
{
color: #4E7390;
}
.AnyTagClassName
{
color: #4E7390;
}
</style>
background-color css
<style>
a { background-color: #4E7390; }
a { background-color: rgb(78,115,144); }
div.DivClassName
{
background-color: #4E7390;
}
.BgClassName
{
background-color: #4E7390;
}
</style>
border-color css
<style>
span { border-color: #4E7390; }
span { border-color: rgb(78,115,144); }
td.TdClassName
{
border-color: #4E7390;
}
.TagClassName
{
border-color: #4E7390;
}
</style>