Shades of Wedgewood #466289
Tints of Wedgewood #466289
RGB
CMYK
RGB Variations
Color information
#466289 (or 0x466289) is known color: Wedgewood. HEX triplet: 46, 62 and 89. RGB value is (70,98,137). Sum of RGB (Red+Green+Blue) = 70+98+137=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #466289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466289 is #B99D76. Grayscale: #5D5D5D. Windows color (decimal): -12164471 or 9003590. OLE color: 9003590.
HSL color Cylindrical-coordinate representation of color #466289: hue angle of 214.93º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466289 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 98 | 137 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.46 |
| HSL | 214.93º | 0.32% | 0.41% | - |
| HSV(B) | 214.93º | 0.49% | 0.54% | - |
| XYZ | 11.41 | 11.84 | 25.35 | - |
| YUV | 94.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 137 | 0.49 | 0.28 | 0 | 0.46 | 214.93 | 0.32 | 0.41 |
| Hex | 46 | 62 | 89 | 31 | 1C | 0 | 2E | D7 | 20 | 29 |
| Octal | 106 | 142 | 211 | 61 | 34 | 0 | 56 | 327 | 40 | 51 |
| Binary | 1000110 | 1100010 | 10001001 | 110001 | 11100 | 0 | 101110 | 11010111 | 100000 | 101001 |
Color Harmonies of #466289
Complementary color
Monochromatic Colors of #466289
Black with #466289
Text Example
Text Example
White with #466289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466289; }
p { color: rgb(70,98,137); }
H1.HeaderClassName
{
color: #466289;
}
.AnyTagClassName
{
color: #466289;
}
</style>
background-color css
<style>
a { background-color: #466289; }
a { background-color: rgb(70,98,137); }
div.DivClassName
{
background-color: #466289;
}
.BgClassName
{
background-color: #466289;
}
</style>
border-color css
<style>
span { border-color: #466289; }
span { border-color: rgb(70,98,137); }
td.TdClassName
{
border-color: #466289;
}
.TagClassName
{
border-color: #466289;
}
</style>