Shades of Wedgewood #4C647D
Tints of Wedgewood #4C647D
RGB
CMYK
RGB Variations
Color information
#4C647D (or 0x4C647D) is known color: Wedgewood. HEX triplet: 4C, 64 and 7D. RGB value is (76,100,125). Sum of RGB (Red+Green+Blue) = 76+100+125=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C647D is #B39B82. Grayscale: #5F5F5F. Windows color (decimal): -11770755 or 8217676. OLE color: 8217676.
HSL color Cylindrical-coordinate representation of color #4C647D: hue angle of 210.61º 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 #4C647D is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 100 | 125 | - |
| CMYK | 0.39 | 0.2 | 0 | 0.51 |
| HSL | 210.61º | 0.24% | 0.39% | - |
| HSV(B) | 210.61º | 0.39% | 0.49% | - |
| XYZ | 11.24 | 12.13 | 21.15 | - |
| YUV | 95.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 125 | 0.39 | 0.2 | 0 | 0.51 | 210.61 | 0.24 | 0.39 |
| Hex | 4C | 64 | 7D | 27 | 14 | 0 | 33 | D3 | 18 | 27 |
| Octal | 114 | 144 | 175 | 47 | 24 | 0 | 63 | 323 | 30 | 47 |
| Binary | 1001100 | 1100100 | 1111101 | 100111 | 10100 | 0 | 110011 | 11010011 | 11000 | 100111 |
Color Harmonies of #4C647D
Complementary color
Monochromatic Colors of #4C647D
Black with #4C647D
Text Example
Text Example
White with #4C647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C647D; }
p { color: rgb(76,100,125); }
H1.HeaderClassName
{
color: #4C647D;
}
.AnyTagClassName
{
color: #4C647D;
}
</style>
background-color css
<style>
a { background-color: #4C647D; }
a { background-color: rgb(76,100,125); }
div.DivClassName
{
background-color: #4C647D;
}
.BgClassName
{
background-color: #4C647D;
}
</style>
border-color css
<style>
span { border-color: #4C647D; }
span { border-color: rgb(76,100,125); }
td.TdClassName
{
border-color: #4C647D;
}
.TagClassName
{
border-color: #4C647D;
}
</style>