Shades of Wedgewood #4C6280
Tints of Wedgewood #4C6280
RGB
CMYK
RGB Variations
Color information
#4C6280 (or 0x4C6280) is known color: Wedgewood. HEX triplet: 4C, 62 and 80. RGB value is (76,98,128). Sum of RGB (Red+Green+Blue) = 76+98+128=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C6280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6280 is #B39D7F. Grayscale: #5E5E5E. Windows color (decimal): -11771264 or 8413772. OLE color: 8413772.
HSL color Cylindrical-coordinate representation of color #4C6280: hue angle of 214.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6280 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 98 | 128 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.50 |
| HSL | 214.62º | 0.25% | 0.4% | - |
| HSV(B) | 214.62º | 0.41% | 0.5% | - |
| XYZ | 11.24 | 11.83 | 22.11 | - |
| YUV | 94.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 128 | 0.41 | 0.23 | 0 | 0.50 | 214.62 | 0.25 | 0.4 |
| Hex | 4C | 62 | 80 | 29 | 17 | 0 | 32 | D7 | 19 | 28 |
| Octal | 114 | 142 | 200 | 51 | 27 | 0 | 62 | 327 | 31 | 50 |
| Binary | 1001100 | 1100010 | 10000000 | 101001 | 10111 | 0 | 110010 | 11010111 | 11001 | 101000 |
Color Harmonies of #4C6280
Complementary color
Monochromatic Colors of #4C6280
Black with #4C6280
Text Example
Text Example
White with #4C6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6280; }
p { color: rgb(76,98,128); }
H1.HeaderClassName
{
color: #4C6280;
}
.AnyTagClassName
{
color: #4C6280;
}
</style>
background-color css
<style>
a { background-color: #4C6280; }
a { background-color: rgb(76,98,128); }
div.DivClassName
{
background-color: #4C6280;
}
.BgClassName
{
background-color: #4C6280;
}
</style>
border-color css
<style>
span { border-color: #4C6280; }
span { border-color: rgb(76,98,128); }
td.TdClassName
{
border-color: #4C6280;
}
.TagClassName
{
border-color: #4C6280;
}
</style>