Shades of Wedgewood #4E7695
Tints of Wedgewood #4E7695
RGB
CMYK
RGB Variations
Color information
#4E7695 (or 0x4E7695) is known color: Wedgewood. HEX triplet: 4E, 76 and 95. RGB value is (78,118,149). Sum of RGB (Red+Green+Blue) = 78+118+149=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7695 is #B1896A. Grayscale: #6D6D6D. Windows color (decimal): -11635051 or 9795150. OLE color: 9795150.
HSL color Cylindrical-coordinate representation of color #4E7695: hue angle of 206.2º 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 #4E7695 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 118 | 149 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.42 |
| HSL | 206.2º | 0.31% | 0.45% | - |
| HSV(B) | 206.2º | 0.48% | 0.58% | - |
| XYZ | 15.05 | 16.75 | 30.87 | - |
| YUV | 109.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 149 | 0.48 | 0.21 | 0 | 0.42 | 206.2 | 0.31 | 0.45 |
| Hex | 4E | 76 | 95 | 30 | 15 | 0 | 2A | CE | 1F | 2D |
| Octal | 116 | 166 | 225 | 60 | 25 | 0 | 52 | 316 | 37 | 55 |
| Binary | 1001110 | 1110110 | 10010101 | 110000 | 10101 | 0 | 101010 | 11001110 | 11111 | 101101 |
Color Harmonies of #4E7695
Complementary color
Monochromatic Colors of #4E7695
Black with #4E7695
Text Example
Text Example
White with #4E7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7695; }
p { color: rgb(78,118,149); }
H1.HeaderClassName
{
color: #4E7695;
}
.AnyTagClassName
{
color: #4E7695;
}
</style>
background-color css
<style>
a { background-color: #4E7695; }
a { background-color: rgb(78,118,149); }
div.DivClassName
{
background-color: #4E7695;
}
.BgClassName
{
background-color: #4E7695;
}
</style>
border-color css
<style>
span { border-color: #4E7695; }
span { border-color: rgb(78,118,149); }
td.TdClassName
{
border-color: #4E7695;
}
.TagClassName
{
border-color: #4E7695;
}
</style>