Shades of Wedgewood #456289
Tints of Wedgewood #456289
RGB
CMYK
RGB Variations
Color information
#456289 (or 0x456289) is known color: Wedgewood. HEX triplet: 45, 62 and 89. RGB value is (69,98,137). Sum of RGB (Red+Green+Blue) = 69+98+137=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #456289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456289 is #BA9D76. Grayscale: #5D5D5D. Windows color (decimal): -12230007 or 9003589. OLE color: 9003589.
HSL color Cylindrical-coordinate representation of color #456289: hue angle of 214.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456289 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 98 | 137 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.46 |
| HSL | 214.41º | 0.33% | 0.4% | - |
| HSV(B) | 214.41º | 0.5% | 0.54% | - |
| XYZ | 11.34 | 11.81 | 25.35 | - |
| YUV | 93.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 137 | 0.50 | 0.28 | 0 | 0.46 | 214.41 | 0.33 | 0.4 |
| Hex | 45 | 62 | 89 | 32 | 1C | 0 | 2E | D6 | 21 | 28 |
| Octal | 105 | 142 | 211 | 62 | 34 | 0 | 56 | 326 | 41 | 50 |
| Binary | 1000101 | 1100010 | 10001001 | 110010 | 11100 | 0 | 101110 | 11010110 | 100001 | 101000 |
Color Harmonies of #456289
Complementary color
Monochromatic Colors of #456289
Black with #456289
Text Example
Text Example
White with #456289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456289; }
p { color: rgb(69,98,137); }
H1.HeaderClassName
{
color: #456289;
}
.AnyTagClassName
{
color: #456289;
}
</style>
background-color css
<style>
a { background-color: #456289; }
a { background-color: rgb(69,98,137); }
div.DivClassName
{
background-color: #456289;
}
.BgClassName
{
background-color: #456289;
}
</style>
border-color css
<style>
span { border-color: #456289; }
span { border-color: rgb(69,98,137); }
td.TdClassName
{
border-color: #456289;
}
.TagClassName
{
border-color: #456289;
}
</style>