Shades of Wedgewood #4E7395
Tints of Wedgewood #4E7395
RGB
CMYK
RGB Variations
Color information
#4E7395 (or 0x4E7395) is known color: Wedgewood. HEX triplet: 4E, 73 and 95. RGB value is (78,115,149). Sum of RGB (Red+Green+Blue) = 78+115+149=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7395 is #B18C6A. Grayscale: #6B6B6B. Windows color (decimal): -11635819 or 9794382. OLE color: 9794382.
HSL color Cylindrical-coordinate representation of color #4E7395: hue angle of 208.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7395 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 115 | 149 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.42 |
| HSL | 208.73º | 0.31% | 0.45% | - |
| HSV(B) | 208.73º | 0.48% | 0.58% | - |
| XYZ | 14.7 | 16.05 | 30.76 | - |
| YUV | 107.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 149 | 0.48 | 0.23 | 0 | 0.42 | 208.73 | 0.31 | 0.45 |
| Hex | 4E | 73 | 95 | 30 | 17 | 0 | 2A | D1 | 1F | 2D |
| Octal | 116 | 163 | 225 | 60 | 27 | 0 | 52 | 321 | 37 | 55 |
| Binary | 1001110 | 1110011 | 10010101 | 110000 | 10111 | 0 | 101010 | 11010001 | 11111 | 101101 |
Color Harmonies of #4E7395
Complementary color
Monochromatic Colors of #4E7395
Black with #4E7395
Text Example
Text Example
White with #4E7395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7395; }
p { color: rgb(78,115,149); }
H1.HeaderClassName
{
color: #4E7395;
}
.AnyTagClassName
{
color: #4E7395;
}
</style>
background-color css
<style>
a { background-color: #4E7395; }
a { background-color: rgb(78,115,149); }
div.DivClassName
{
background-color: #4E7395;
}
.BgClassName
{
background-color: #4E7395;
}
</style>
border-color css
<style>
span { border-color: #4E7395; }
span { border-color: rgb(78,115,149); }
td.TdClassName
{
border-color: #4E7395;
}
.TagClassName
{
border-color: #4E7395;
}
</style>