Shades of Wedgewood #4C677D
Tints of Wedgewood #4C677D
RGB
CMYK
RGB Variations
Color information
#4C677D (or 0x4C677D) is known color: Wedgewood. HEX triplet: 4C, 67 and 7D. RGB value is (76,103,125). Sum of RGB (Red+Green+Blue) = 76+103+125=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C677D is #B39882. Grayscale: #616161. Windows color (decimal): -11769987 or 8218444. OLE color: 8218444.
HSL color Cylindrical-coordinate representation of color #4C677D: hue angle of 206.94º 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 #4C677D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 103 | 125 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.51 |
| HSL | 206.94º | 0.24% | 0.39% | - |
| HSV(B) | 206.94º | 0.39% | 0.49% | - |
| XYZ | 11.53 | 12.72 | 21.25 | - |
| YUV | 97.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 125 | 0.39 | 0.18 | 0 | 0.51 | 206.94 | 0.24 | 0.39 |
| Hex | 4C | 67 | 7D | 27 | 12 | 0 | 33 | CF | 18 | 27 |
| Octal | 114 | 147 | 175 | 47 | 22 | 0 | 63 | 317 | 30 | 47 |
| Binary | 1001100 | 1100111 | 1111101 | 100111 | 10010 | 0 | 110011 | 11001111 | 11000 | 100111 |
Color Harmonies of #4C677D
Complementary color
Monochromatic Colors of #4C677D
Black with #4C677D
Text Example
Text Example
White with #4C677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C677D; }
p { color: rgb(76,103,125); }
H1.HeaderClassName
{
color: #4C677D;
}
.AnyTagClassName
{
color: #4C677D;
}
</style>
background-color css
<style>
a { background-color: #4C677D; }
a { background-color: rgb(76,103,125); }
div.DivClassName
{
background-color: #4C677D;
}
.BgClassName
{
background-color: #4C677D;
}
</style>
border-color css
<style>
span { border-color: #4C677D; }
span { border-color: rgb(76,103,125); }
td.TdClassName
{
border-color: #4C677D;
}
.TagClassName
{
border-color: #4C677D;
}
</style>