Shades of Wedgewood #4A6489
Tints of Wedgewood #4A6489
RGB
CMYK
RGB Variations
Color information
#4A6489 (or 0x4A6489) is known color: Wedgewood. HEX triplet: 4A, 64 and 89. RGB value is (74,100,137). Sum of RGB (Red+Green+Blue) = 74+100+137=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A6489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6489 is #B59B76. Grayscale: #606060. Windows color (decimal): -11901815 or 9004106. OLE color: 9004106.
HSL color Cylindrical-coordinate representation of color #4A6489: hue angle of 215.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6489 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 100 | 137 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.46 |
| HSL | 215.24º | 0.3% | 0.41% | - |
| HSV(B) | 215.24º | 0.46% | 0.54% | - |
| XYZ | 11.9 | 12.38 | 25.43 | - |
| YUV | 96.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 137 | 0.46 | 0.27 | 0 | 0.46 | 215.24 | 0.3 | 0.41 |
| Hex | 4A | 64 | 89 | 2E | 1B | 0 | 2E | D7 | 1E | 29 |
| Octal | 112 | 144 | 211 | 56 | 33 | 0 | 56 | 327 | 36 | 51 |
| Binary | 1001010 | 1100100 | 10001001 | 101110 | 11011 | 0 | 101110 | 11010111 | 11110 | 101001 |
Color Harmonies of #4A6489
Complementary color
Monochromatic Colors of #4A6489
Black with #4A6489
Text Example
Text Example
White with #4A6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6489; }
p { color: rgb(74,100,137); }
H1.HeaderClassName
{
color: #4A6489;
}
.AnyTagClassName
{
color: #4A6489;
}
</style>
background-color css
<style>
a { background-color: #4A6489; }
a { background-color: rgb(74,100,137); }
div.DivClassName
{
background-color: #4A6489;
}
.BgClassName
{
background-color: #4A6489;
}
</style>
border-color css
<style>
span { border-color: #4A6489; }
span { border-color: rgb(74,100,137); }
td.TdClassName
{
border-color: #4A6489;
}
.TagClassName
{
border-color: #4A6489;
}
</style>