Shades of Wedgewood #4C7188
Tints of Wedgewood #4C7188
RGB
CMYK
RGB Variations
Color information
#4C7188 (or 0x4C7188) is known color: Wedgewood. HEX triplet: 4C, 71 and 88. RGB value is (76,113,136). Sum of RGB (Red+Green+Blue) = 76+113+136=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7188 is #B38E77. Grayscale: #686868. Windows color (decimal): -11767416 or 8941900. OLE color: 8941900.
HSL color Cylindrical-coordinate representation of color #4C7188: hue angle of 203º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C7188 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 113 | 136 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.47 |
| HSL | 203º | 0.28% | 0.42% | - |
| HSV(B) | 203º | 0.44% | 0.53% | - |
| XYZ | 13.33 | 15.12 | 25.51 | - |
| YUV | 104.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 136 | 0.44 | 0.17 | 0 | 0.47 | 203 | 0.28 | 0.42 |
| Hex | 4C | 71 | 88 | 2C | 11 | 0 | 2F | CB | 1C | 2A |
| Octal | 114 | 161 | 210 | 54 | 21 | 0 | 57 | 313 | 34 | 52 |
| Binary | 1001100 | 1110001 | 10001000 | 101100 | 10001 | 0 | 101111 | 11001011 | 11100 | 101010 |
Color Harmonies of #4C7188
Complementary color
Monochromatic Colors of #4C7188
Black with #4C7188
Text Example
Text Example
White with #4C7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7188; }
p { color: rgb(76,113,136); }
H1.HeaderClassName
{
color: #4C7188;
}
.AnyTagClassName
{
color: #4C7188;
}
</style>
background-color css
<style>
a { background-color: #4C7188; }
a { background-color: rgb(76,113,136); }
div.DivClassName
{
background-color: #4C7188;
}
.BgClassName
{
background-color: #4C7188;
}
</style>
border-color css
<style>
span { border-color: #4C7188; }
span { border-color: rgb(76,113,136); }
td.TdClassName
{
border-color: #4C7188;
}
.TagClassName
{
border-color: #4C7188;
}
</style>