Shades of Wedgewood #4C6688
Tints of Wedgewood #4C6688
RGB
CMYK
RGB Variations
Color information
#4C6688 (or 0x4C6688) is known color: Wedgewood. HEX triplet: 4C, 66 and 88. RGB value is (76,102,136). Sum of RGB (Red+Green+Blue) = 76+102+136=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6688 is #B39977. Grayscale: #616161. Windows color (decimal): -11770232 or 8939084. OLE color: 8939084.
HSL color Cylindrical-coordinate representation of color #4C6688: hue angle of 214º 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 #4C6688 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 102 | 136 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.47 |
| HSL | 214º | 0.28% | 0.42% | - |
| HSV(B) | 214º | 0.44% | 0.53% | - |
| XYZ | 12.18 | 12.82 | 25.12 | - |
| YUV | 98.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 136 | 0.44 | 0.25 | 0 | 0.47 | 214 | 0.28 | 0.42 |
| Hex | 4C | 66 | 88 | 2C | 19 | 0 | 2F | D6 | 1C | 2A |
| Octal | 114 | 146 | 210 | 54 | 31 | 0 | 57 | 326 | 34 | 52 |
| Binary | 1001100 | 1100110 | 10001000 | 101100 | 11001 | 0 | 101111 | 11010110 | 11100 | 101010 |
Color Harmonies of #4C6688
Complementary color
Monochromatic Colors of #4C6688
Black with #4C6688
Text Example
Text Example
White with #4C6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6688; }
p { color: rgb(76,102,136); }
H1.HeaderClassName
{
color: #4C6688;
}
.AnyTagClassName
{
color: #4C6688;
}
</style>
background-color css
<style>
a { background-color: #4C6688; }
a { background-color: rgb(76,102,136); }
div.DivClassName
{
background-color: #4C6688;
}
.BgClassName
{
background-color: #4C6688;
}
</style>
border-color css
<style>
span { border-color: #4C6688; }
span { border-color: rgb(76,102,136); }
td.TdClassName
{
border-color: #4C6688;
}
.TagClassName
{
border-color: #4C6688;
}
</style>