Shades of Wedgewood #4F7189
Tints of Wedgewood #4F7189
RGB
CMYK
RGB Variations
Color information
#4F7189 (or 0x4F7189) is known color: Wedgewood. HEX triplet: 4F, 71 and 89. RGB value is (79,113,137). Sum of RGB (Red+Green+Blue) = 79+113+137=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7189 is #B08E76. Grayscale: #696969. Windows color (decimal): -11570807 or 9007439. OLE color: 9007439.
HSL color Cylindrical-coordinate representation of color #4F7189: hue angle of 204.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7189 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 113 | 137 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.46 |
| HSL | 204.83º | 0.27% | 0.42% | - |
| HSV(B) | 204.83º | 0.42% | 0.54% | - |
| XYZ | 13.64 | 15.28 | 25.9 | - |
| YUV | 105.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 137 | 0.42 | 0.18 | 0 | 0.46 | 204.83 | 0.27 | 0.42 |
| Hex | 4F | 71 | 89 | 2A | 12 | 0 | 2E | CD | 1B | 2A |
| Octal | 117 | 161 | 211 | 52 | 22 | 0 | 56 | 315 | 33 | 52 |
| Binary | 1001111 | 1110001 | 10001001 | 101010 | 10010 | 0 | 101110 | 11001101 | 11011 | 101010 |
Color Harmonies of #4F7189
Complementary color
Monochromatic Colors of #4F7189
Black with #4F7189
Text Example
Text Example
White with #4F7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7189; }
p { color: rgb(79,113,137); }
H1.HeaderClassName
{
color: #4F7189;
}
.AnyTagClassName
{
color: #4F7189;
}
</style>
background-color css
<style>
a { background-color: #4F7189; }
a { background-color: rgb(79,113,137); }
div.DivClassName
{
background-color: #4F7189;
}
.BgClassName
{
background-color: #4F7189;
}
</style>
border-color css
<style>
span { border-color: #4F7189; }
span { border-color: rgb(79,113,137); }
td.TdClassName
{
border-color: #4F7189;
}
.TagClassName
{
border-color: #4F7189;
}
</style>