Shades of Wedgewood #4C6981
Tints of Wedgewood #4C6981
RGB
CMYK
RGB Variations
Color information
#4C6981 (or 0x4C6981) is known color: Wedgewood. HEX triplet: 4C, 69 and 81. RGB value is (76,105,129). Sum of RGB (Red+Green+Blue) = 76+105+129=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6981 is #B3967E. Grayscale: #626262. Windows color (decimal): -11769471 or 8481100. OLE color: 8481100.
HSL color Cylindrical-coordinate representation of color #4C6981: hue angle of 207.17º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6981 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 105 | 129 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.49 |
| HSL | 207.17º | 0.26% | 0.4% | - |
| HSV(B) | 207.17º | 0.41% | 0.51% | - |
| XYZ | 11.99 | 13.22 | 22.69 | - |
| YUV | 99.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 129 | 0.41 | 0.19 | 0 | 0.49 | 207.17 | 0.26 | 0.4 |
| Hex | 4C | 69 | 81 | 29 | 13 | 0 | 31 | CF | 1A | 28 |
| Octal | 114 | 151 | 201 | 51 | 23 | 0 | 61 | 317 | 32 | 50 |
| Binary | 1001100 | 1101001 | 10000001 | 101001 | 10011 | 0 | 110001 | 11001111 | 11010 | 101000 |
Color Harmonies of #4C6981
Complementary color
Monochromatic Colors of #4C6981
Black with #4C6981
Text Example
Text Example
White with #4C6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6981; }
p { color: rgb(76,105,129); }
H1.HeaderClassName
{
color: #4C6981;
}
.AnyTagClassName
{
color: #4C6981;
}
</style>
background-color css
<style>
a { background-color: #4C6981; }
a { background-color: rgb(76,105,129); }
div.DivClassName
{
background-color: #4C6981;
}
.BgClassName
{
background-color: #4C6981;
}
</style>
border-color css
<style>
span { border-color: #4C6981; }
span { border-color: rgb(76,105,129); }
td.TdClassName
{
border-color: #4C6981;
}
.TagClassName
{
border-color: #4C6981;
}
</style>