Shades of Wedgewood #4C7391
Tints of Wedgewood #4C7391
RGB
CMYK
RGB Variations
Color information
#4C7391 (or 0x4C7391) is known color: Wedgewood. HEX triplet: 4C, 73 and 91. RGB value is (76,115,145). Sum of RGB (Red+Green+Blue) = 76+115+145=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C7391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7391 is #B38C6E. Grayscale: #6A6A6A. Windows color (decimal): -11766895 or 9532236. OLE color: 9532236.
HSL color Cylindrical-coordinate representation of color #4C7391: hue angle of 206.09º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C7391 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 115 | 145 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.43 |
| HSL | 206.09º | 0.31% | 0.43% | - |
| HSV(B) | 206.09º | 0.48% | 0.57% | - |
| XYZ | 14.22 | 15.84 | 29.1 | - |
| YUV | 106.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 145 | 0.48 | 0.21 | 0 | 0.43 | 206.09 | 0.31 | 0.43 |
| Hex | 4C | 73 | 91 | 30 | 15 | 0 | 2B | CE | 1F | 2B |
| Octal | 114 | 163 | 221 | 60 | 25 | 0 | 53 | 316 | 37 | 53 |
| Binary | 1001100 | 1110011 | 10010001 | 110000 | 10101 | 0 | 101011 | 11001110 | 11111 | 101011 |
Color Harmonies of #4C7391
Complementary color
Monochromatic Colors of #4C7391
Black with #4C7391
Text Example
Text Example
White with #4C7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7391; }
p { color: rgb(76,115,145); }
H1.HeaderClassName
{
color: #4C7391;
}
.AnyTagClassName
{
color: #4C7391;
}
</style>
background-color css
<style>
a { background-color: #4C7391; }
a { background-color: rgb(76,115,145); }
div.DivClassName
{
background-color: #4C7391;
}
.BgClassName
{
background-color: #4C7391;
}
</style>
border-color css
<style>
span { border-color: #4C7391; }
span { border-color: rgb(76,115,145); }
td.TdClassName
{
border-color: #4C7391;
}
.TagClassName
{
border-color: #4C7391;
}
</style>