Shades of Wedgewood #4C668D
Tints of Wedgewood #4C668D
RGB
CMYK
RGB Variations
Color information
#4C668D (or 0x4C668D) is known color: Wedgewood. HEX triplet: 4C, 66 and 8D. RGB value is (76,102,141). Sum of RGB (Red+Green+Blue) = 76+102+141=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C668D is #B39972. Grayscale: #626262. Windows color (decimal): -11770227 or 9266764. OLE color: 9266764.
HSL color Cylindrical-coordinate representation of color #4C668D: hue angle of 216º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C668D is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 102 | 141 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.45 |
| HSL | 216º | 0.3% | 0.43% | - |
| HSV(B) | 216º | 0.46% | 0.55% | - |
| XYZ | 12.54 | 12.96 | 27.04 | - |
| YUV | 98.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 141 | 0.46 | 0.28 | 0 | 0.45 | 216 | 0.3 | 0.43 |
| Hex | 4C | 66 | 8D | 2E | 1C | 0 | 2D | D8 | 1E | 2B |
| Octal | 114 | 146 | 215 | 56 | 34 | 0 | 55 | 330 | 36 | 53 |
| Binary | 1001100 | 1100110 | 10001101 | 101110 | 11100 | 0 | 101101 | 11011000 | 11110 | 101011 |
Color Harmonies of #4C668D
Complementary color
Monochromatic Colors of #4C668D
Black with #4C668D
Text Example
Text Example
White with #4C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C668D; }
p { color: rgb(76,102,141); }
H1.HeaderClassName
{
color: #4C668D;
}
.AnyTagClassName
{
color: #4C668D;
}
</style>
background-color css
<style>
a { background-color: #4C668D; }
a { background-color: rgb(76,102,141); }
div.DivClassName
{
background-color: #4C668D;
}
.BgClassName
{
background-color: #4C668D;
}
</style>
border-color css
<style>
span { border-color: #4C668D; }
span { border-color: rgb(76,102,141); }
td.TdClassName
{
border-color: #4C668D;
}
.TagClassName
{
border-color: #4C668D;
}
</style>