Shades of Wedgewood #4C657D
Tints of Wedgewood #4C657D
RGB
CMYK
RGB Variations
Color information
#4C657D (or 0x4C657D) is known color: Wedgewood. HEX triplet: 4C, 65 and 7D. RGB value is (76,101,125). Sum of RGB (Red+Green+Blue) = 76+101+125=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C657D is #B39A82. Grayscale: #606060. Windows color (decimal): -11770499 or 8217932. OLE color: 8217932.
HSL color Cylindrical-coordinate representation of color #4C657D: hue angle of 209.39º 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 #4C657D is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 101 | 125 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.51 |
| HSL | 209.39º | 0.24% | 0.39% | - |
| HSV(B) | 209.39º | 0.39% | 0.49% | - |
| XYZ | 11.34 | 12.32 | 21.18 | - |
| YUV | 96.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 125 | 0.39 | 0.19 | 0 | 0.51 | 209.39 | 0.24 | 0.39 |
| Hex | 4C | 65 | 7D | 27 | 13 | 0 | 33 | D1 | 18 | 27 |
| Octal | 114 | 145 | 175 | 47 | 23 | 0 | 63 | 321 | 30 | 47 |
| Binary | 1001100 | 1100101 | 1111101 | 100111 | 10011 | 0 | 110011 | 11010001 | 11000 | 100111 |
Color Harmonies of #4C657D
Complementary color
Monochromatic Colors of #4C657D
Black with #4C657D
Text Example
Text Example
White with #4C657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C657D; }
p { color: rgb(76,101,125); }
H1.HeaderClassName
{
color: #4C657D;
}
.AnyTagClassName
{
color: #4C657D;
}
</style>
background-color css
<style>
a { background-color: #4C657D; }
a { background-color: rgb(76,101,125); }
div.DivClassName
{
background-color: #4C657D;
}
.BgClassName
{
background-color: #4C657D;
}
</style>
border-color css
<style>
span { border-color: #4C657D; }
span { border-color: rgb(76,101,125); }
td.TdClassName
{
border-color: #4C657D;
}
.TagClassName
{
border-color: #4C657D;
}
</style>