Shades of Wedgewood #4C6A84
Tints of Wedgewood #4C6A84
RGB
CMYK
RGB Variations
Color information
#4C6A84 (or 0x4C6A84) is known color: Wedgewood. HEX triplet: 4C, 6A and 84. RGB value is (76,106,132). Sum of RGB (Red+Green+Blue) = 76+106+132=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C6A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6A84 is #B3957B. Grayscale: #636363. Windows color (decimal): -11769212 or 8677964. OLE color: 8677964.
HSL color Cylindrical-coordinate representation of color #4C6A84: hue angle of 207.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C6A84 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 106 | 132 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.48 |
| HSL | 207.86º | 0.27% | 0.41% | - |
| HSV(B) | 207.86º | 0.42% | 0.52% | - |
| XYZ | 12.3 | 13.51 | 23.79 | - |
| YUV | 99.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 132 | 0.42 | 0.20 | 0 | 0.48 | 207.86 | 0.27 | 0.41 |
| Hex | 4C | 6A | 84 | 2A | 14 | 0 | 30 | D0 | 1B | 29 |
| Octal | 114 | 152 | 204 | 52 | 24 | 0 | 60 | 320 | 33 | 51 |
| Binary | 1001100 | 1101010 | 10000100 | 101010 | 10100 | 0 | 110000 | 11010000 | 11011 | 101001 |
Color Harmonies of #4C6A84
Complementary color
Monochromatic Colors of #4C6A84
Black with #4C6A84
Text Example
Text Example
White with #4C6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A84; }
p { color: rgb(76,106,132); }
H1.HeaderClassName
{
color: #4C6A84;
}
.AnyTagClassName
{
color: #4C6A84;
}
</style>
background-color css
<style>
a { background-color: #4C6A84; }
a { background-color: rgb(76,106,132); }
div.DivClassName
{
background-color: #4C6A84;
}
.BgClassName
{
background-color: #4C6A84;
}
</style>
border-color css
<style>
span { border-color: #4C6A84; }
span { border-color: rgb(76,106,132); }
td.TdClassName
{
border-color: #4C6A84;
}
.TagClassName
{
border-color: #4C6A84;
}
</style>