Shades of Wedgewood #4C678B
Tints of Wedgewood #4C678B
RGB
CMYK
RGB Variations
Color information
#4C678B (or 0x4C678B) is known color: Wedgewood. HEX triplet: 4C, 67 and 8B. RGB value is (76,103,139). Sum of RGB (Red+Green+Blue) = 76+103+139=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C678B is #B39874. Grayscale: #626262. Windows color (decimal): -11769973 or 9135948. OLE color: 9135948.
HSL color Cylindrical-coordinate representation of color #4C678B: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C678B is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 103 | 139 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.45 |
| HSL | 214.29º | 0.29% | 0.42% | - |
| HSV(B) | 214.29º | 0.45% | 0.55% | - |
| XYZ | 12.49 | 13.1 | 26.3 | - |
| YUV | 99.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 139 | 0.45 | 0.26 | 0 | 0.45 | 214.29 | 0.29 | 0.42 |
| Hex | 4C | 67 | 8B | 2D | 1A | 0 | 2D | D6 | 1D | 2A |
| Octal | 114 | 147 | 213 | 55 | 32 | 0 | 55 | 326 | 35 | 52 |
| Binary | 1001100 | 1100111 | 10001011 | 101101 | 11010 | 0 | 101101 | 11010110 | 11101 | 101010 |
Color Harmonies of #4C678B
Complementary color
Monochromatic Colors of #4C678B
Black with #4C678B
Text Example
Text Example
White with #4C678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C678B; }
p { color: rgb(76,103,139); }
H1.HeaderClassName
{
color: #4C678B;
}
.AnyTagClassName
{
color: #4C678B;
}
</style>
background-color css
<style>
a { background-color: #4C678B; }
a { background-color: rgb(76,103,139); }
div.DivClassName
{
background-color: #4C678B;
}
.BgClassName
{
background-color: #4C678B;
}
</style>
border-color css
<style>
span { border-color: #4C678B; }
span { border-color: rgb(76,103,139); }
td.TdClassName
{
border-color: #4C678B;
}
.TagClassName
{
border-color: #4C678B;
}
</style>