Shades of Wedgewood #4C6281
Tints of Wedgewood #4C6281
RGB
CMYK
RGB Variations
Color information
#4C6281 (or 0x4C6281) is known color: Wedgewood. HEX triplet: 4C, 62 and 81. RGB value is (76,98,129). Sum of RGB (Red+Green+Blue) = 76+98+129=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6281 is #B39D7E. Grayscale: #5E5E5E. Windows color (decimal): -11771263 or 8479308. OLE color: 8479308.
HSL color Cylindrical-coordinate representation of color #4C6281: hue angle of 215.09º 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 #4C6281 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 98 | 129 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.49 |
| HSL | 215.09º | 0.26% | 0.4% | - |
| HSV(B) | 215.09º | 0.41% | 0.51% | - |
| XYZ | 11.31 | 11.86 | 22.46 | - |
| YUV | 94.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 129 | 0.41 | 0.24 | 0 | 0.49 | 215.09 | 0.26 | 0.4 |
| Hex | 4C | 62 | 81 | 29 | 18 | 0 | 31 | D7 | 1A | 28 |
| Octal | 114 | 142 | 201 | 51 | 30 | 0 | 61 | 327 | 32 | 50 |
| Binary | 1001100 | 1100010 | 10000001 | 101001 | 11000 | 0 | 110001 | 11010111 | 11010 | 101000 |
Color Harmonies of #4C6281
Complementary color
Monochromatic Colors of #4C6281
Black with #4C6281
Text Example
Text Example
White with #4C6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6281; }
p { color: rgb(76,98,129); }
H1.HeaderClassName
{
color: #4C6281;
}
.AnyTagClassName
{
color: #4C6281;
}
</style>
background-color css
<style>
a { background-color: #4C6281; }
a { background-color: rgb(76,98,129); }
div.DivClassName
{
background-color: #4C6281;
}
.BgClassName
{
background-color: #4C6281;
}
</style>
border-color css
<style>
span { border-color: #4C6281; }
span { border-color: rgb(76,98,129); }
td.TdClassName
{
border-color: #4C6281;
}
.TagClassName
{
border-color: #4C6281;
}
</style>