Shades of Wedgewood #4C637C
Tints of Wedgewood #4C637C
RGB
CMYK
RGB Variations
Color information
#4C637C (or 0x4C637C) is known color: Wedgewood. HEX triplet: 4C, 63 and 7C. RGB value is (76,99,124). Sum of RGB (Red+Green+Blue) = 76+99+124=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C637C is #B39C83. Grayscale: #5E5E5E. Windows color (decimal): -11771012 or 8151884. OLE color: 8151884.
HSL color Cylindrical-coordinate representation of color #4C637C: hue angle of 211.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C637C is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 99 | 124 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.51 |
| HSL | 211.25º | 0.24% | 0.39% | - |
| HSV(B) | 211.25º | 0.39% | 0.49% | - |
| XYZ | 11.08 | 11.92 | 20.78 | - |
| YUV | 94.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 124 | 0.39 | 0.20 | 0 | 0.51 | 211.25 | 0.24 | 0.39 |
| Hex | 4C | 63 | 7C | 27 | 14 | 0 | 33 | D3 | 18 | 27 |
| Octal | 114 | 143 | 174 | 47 | 24 | 0 | 63 | 323 | 30 | 47 |
| Binary | 1001100 | 1100011 | 1111100 | 100111 | 10100 | 0 | 110011 | 11010011 | 11000 | 100111 |
Color Harmonies of #4C637C
Complementary color
Monochromatic Colors of #4C637C
Black with #4C637C
Text Example
Text Example
White with #4C637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C637C; }
p { color: rgb(76,99,124); }
H1.HeaderClassName
{
color: #4C637C;
}
.AnyTagClassName
{
color: #4C637C;
}
</style>
background-color css
<style>
a { background-color: #4C637C; }
a { background-color: rgb(76,99,124); }
div.DivClassName
{
background-color: #4C637C;
}
.BgClassName
{
background-color: #4C637C;
}
</style>
border-color css
<style>
span { border-color: #4C637C; }
span { border-color: rgb(76,99,124); }
td.TdClassName
{
border-color: #4C637C;
}
.TagClassName
{
border-color: #4C637C;
}
</style>