Shades of Wedgewood #4D718F
Tints of Wedgewood #4D718F
RGB
CMYK
RGB Variations
Color information
#4D718F (or 0x4D718F) is known color: Wedgewood. HEX triplet: 4D, 71 and 8F. RGB value is (77,113,143). Sum of RGB (Red+Green+Blue) = 77+113+143=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D718F is #B28E70. Grayscale: #696969. Windows color (decimal): -11701873 or 9400653. OLE color: 9400653.
HSL color Cylindrical-coordinate representation of color #4D718F: hue angle of 207.27º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D718F is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 113 | 143 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.44 |
| HSL | 207.27º | 0.3% | 0.43% | - |
| HSV(B) | 207.27º | 0.46% | 0.56% | - |
| XYZ | 13.92 | 15.37 | 28.22 | - |
| YUV | 105.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 143 | 0.46 | 0.21 | 0 | 0.44 | 207.27 | 0.3 | 0.43 |
| Hex | 4D | 71 | 8F | 2E | 15 | 0 | 2C | CF | 1E | 2B |
| Octal | 115 | 161 | 217 | 56 | 25 | 0 | 54 | 317 | 36 | 53 |
| Binary | 1001101 | 1110001 | 10001111 | 101110 | 10101 | 0 | 101100 | 11001111 | 11110 | 101011 |
Color Harmonies of #4D718F
Complementary color
Monochromatic Colors of #4D718F
Black with #4D718F
Text Example
Text Example
White with #4D718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D718F; }
p { color: rgb(77,113,143); }
H1.HeaderClassName
{
color: #4D718F;
}
.AnyTagClassName
{
color: #4D718F;
}
</style>
background-color css
<style>
a { background-color: #4D718F; }
a { background-color: rgb(77,113,143); }
div.DivClassName
{
background-color: #4D718F;
}
.BgClassName
{
background-color: #4D718F;
}
</style>
border-color css
<style>
span { border-color: #4D718F; }
span { border-color: rgb(77,113,143); }
td.TdClassName
{
border-color: #4D718F;
}
.TagClassName
{
border-color: #4D718F;
}
</style>