Shades of Wedgewood #4F7188
Tints of Wedgewood #4F7188
RGB
CMYK
RGB Variations
Color information
#4F7188 (or 0x4F7188) is known color: Wedgewood. HEX triplet: 4F, 71 and 88. RGB value is (79,113,136). Sum of RGB (Red+Green+Blue) = 79+113+136=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7188 is #B08E77. Grayscale: #696969. Windows color (decimal): -11570808 or 8941903. OLE color: 8941903.
HSL color Cylindrical-coordinate representation of color #4F7188: hue angle of 204.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7188 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 113 | 136 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.47 |
| HSL | 204.21º | 0.27% | 0.42% | - |
| HSV(B) | 204.21º | 0.42% | 0.53% | - |
| XYZ | 13.57 | 15.25 | 25.52 | - |
| YUV | 105.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 136 | 0.42 | 0.17 | 0 | 0.47 | 204.21 | 0.27 | 0.42 |
| Hex | 4F | 71 | 88 | 2A | 11 | 0 | 2F | CC | 1B | 2A |
| Octal | 117 | 161 | 210 | 52 | 21 | 0 | 57 | 314 | 33 | 52 |
| Binary | 1001111 | 1110001 | 10001000 | 101010 | 10001 | 0 | 101111 | 11001100 | 11011 | 101010 |
Color Harmonies of #4F7188
Complementary color
Monochromatic Colors of #4F7188
Black with #4F7188
Text Example
Text Example
White with #4F7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7188; }
p { color: rgb(79,113,136); }
H1.HeaderClassName
{
color: #4F7188;
}
.AnyTagClassName
{
color: #4F7188;
}
</style>
background-color css
<style>
a { background-color: #4F7188; }
a { background-color: rgb(79,113,136); }
div.DivClassName
{
background-color: #4F7188;
}
.BgClassName
{
background-color: #4F7188;
}
</style>
border-color css
<style>
span { border-color: #4F7188; }
span { border-color: rgb(79,113,136); }
td.TdClassName
{
border-color: #4F7188;
}
.TagClassName
{
border-color: #4F7188;
}
</style>