Shades of Wedgewood #4A7496
Tints of Wedgewood #4A7496
RGB
CMYK
RGB Variations
Color information
#4A7496 (or 0x4A7496) is known color: Wedgewood. HEX triplet: 4A, 74 and 96. RGB value is (74,116,150). Sum of RGB (Red+Green+Blue) = 74+116+150=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A7496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7496 is #B58B69. Grayscale: #6B6B6B. Windows color (decimal): -11897706 or 9860170. OLE color: 9860170.
HSL color Cylindrical-coordinate representation of color #4A7496: hue angle of 206.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A7496 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 116 | 150 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.41 |
| HSL | 206.84º | 0.34% | 0.44% | - |
| HSV(B) | 206.84º | 0.51% | 0.59% | - |
| XYZ | 14.57 | 16.15 | 31.2 | - |
| YUV | 107.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 150 | 0.51 | 0.23 | 0 | 0.41 | 206.84 | 0.34 | 0.44 |
| Hex | 4A | 74 | 96 | 33 | 17 | 0 | 29 | CF | 22 | 2C |
| Octal | 112 | 164 | 226 | 63 | 27 | 0 | 51 | 317 | 42 | 54 |
| Binary | 1001010 | 1110100 | 10010110 | 110011 | 10111 | 0 | 101001 | 11001111 | 100010 | 101100 |
Color Harmonies of #4A7496
Complementary color
Monochromatic Colors of #4A7496
Black with #4A7496
Text Example
Text Example
White with #4A7496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7496; }
p { color: rgb(74,116,150); }
H1.HeaderClassName
{
color: #4A7496;
}
.AnyTagClassName
{
color: #4A7496;
}
</style>
background-color css
<style>
a { background-color: #4A7496; }
a { background-color: rgb(74,116,150); }
div.DivClassName
{
background-color: #4A7496;
}
.BgClassName
{
background-color: #4A7496;
}
</style>
border-color css
<style>
span { border-color: #4A7496; }
span { border-color: rgb(74,116,150); }
td.TdClassName
{
border-color: #4A7496;
}
.TagClassName
{
border-color: #4A7496;
}
</style>