Shades of Wedgewood #4D7189
Tints of Wedgewood #4D7189
RGB
CMYK
RGB Variations
Color information
#4D7189 (or 0x4D7189) is known color: Wedgewood. HEX triplet: 4D, 71 and 89. RGB value is (77,113,137). Sum of RGB (Red+Green+Blue) = 77+113+137=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7189 is #B28E76. Grayscale: #686868. Windows color (decimal): -11701879 or 9007437. OLE color: 9007437.
HSL color Cylindrical-coordinate representation of color #4D7189: hue angle of 204º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D7189 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 113 | 137 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.46 |
| HSL | 204º | 0.28% | 0.42% | - |
| HSV(B) | 204º | 0.44% | 0.54% | - |
| XYZ | 13.48 | 15.19 | 25.89 | - |
| YUV | 104.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 137 | 0.44 | 0.18 | 0 | 0.46 | 204 | 0.28 | 0.42 |
| Hex | 4D | 71 | 89 | 2C | 12 | 0 | 2E | CC | 1C | 2A |
| Octal | 115 | 161 | 211 | 54 | 22 | 0 | 56 | 314 | 34 | 52 |
| Binary | 1001101 | 1110001 | 10001001 | 101100 | 10010 | 0 | 101110 | 11001100 | 11100 | 101010 |
Color Harmonies of #4D7189
Complementary color
Monochromatic Colors of #4D7189
Black with #4D7189
Text Example
Text Example
White with #4D7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7189; }
p { color: rgb(77,113,137); }
H1.HeaderClassName
{
color: #4D7189;
}
.AnyTagClassName
{
color: #4D7189;
}
</style>
background-color css
<style>
a { background-color: #4D7189; }
a { background-color: rgb(77,113,137); }
div.DivClassName
{
background-color: #4D7189;
}
.BgClassName
{
background-color: #4D7189;
}
</style>
border-color css
<style>
span { border-color: #4D7189; }
span { border-color: rgb(77,113,137); }
td.TdClassName
{
border-color: #4D7189;
}
.TagClassName
{
border-color: #4D7189;
}
</style>