Shades of Wedgewood #456089
Tints of Wedgewood #456089
RGB
CMYK
RGB Variations
Color information
#456089 (or 0x456089) is known color: Wedgewood. HEX triplet: 45, 60 and 89. RGB value is (69,96,137). Sum of RGB (Red+Green+Blue) = 69+96+137=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #456089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456089 is #BA9F76. Grayscale: #5C5C5C. Windows color (decimal): -12230519 or 9003077. OLE color: 9003077.
HSL color Cylindrical-coordinate representation of color #456089: hue angle of 216.18º 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 #456089 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 96 | 137 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.46 |
| HSL | 216.18º | 0.33% | 0.4% | - |
| HSV(B) | 216.18º | 0.5% | 0.54% | - |
| XYZ | 11.15 | 11.44 | 25.29 | - |
| YUV | 92.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 137 | 0.50 | 0.30 | 0 | 0.46 | 216.18 | 0.33 | 0.4 |
| Hex | 45 | 60 | 89 | 32 | 1E | 0 | 2E | D8 | 21 | 28 |
| Octal | 105 | 140 | 211 | 62 | 36 | 0 | 56 | 330 | 41 | 50 |
| Binary | 1000101 | 1100000 | 10001001 | 110010 | 11110 | 0 | 101110 | 11011000 | 100001 | 101000 |
Color Harmonies of #456089
Complementary color
Monochromatic Colors of #456089
Black with #456089
Text Example
Text Example
White with #456089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456089; }
p { color: rgb(69,96,137); }
H1.HeaderClassName
{
color: #456089;
}
.AnyTagClassName
{
color: #456089;
}
</style>
background-color css
<style>
a { background-color: #456089; }
a { background-color: rgb(69,96,137); }
div.DivClassName
{
background-color: #456089;
}
.BgClassName
{
background-color: #456089;
}
</style>
border-color css
<style>
span { border-color: #456089; }
span { border-color: rgb(69,96,137); }
td.TdClassName
{
border-color: #456089;
}
.TagClassName
{
border-color: #456089;
}
</style>