Shades of Wedgewood #456489
Tints of Wedgewood #456489
RGB
CMYK
RGB Variations
Color information
#456489 (or 0x456489) is known color: Wedgewood. HEX triplet: 45, 64 and 89. RGB value is (69,100,137). Sum of RGB (Red+Green+Blue) = 69+100+137=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #456489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456489 is #BA9B76. Grayscale: #5E5E5E. Windows color (decimal): -12229495 or 9004101. OLE color: 9004101.
HSL color Cylindrical-coordinate representation of color #456489: hue angle of 212.65º 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 #456489 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 100 | 137 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.46 |
| HSL | 212.65º | 0.33% | 0.4% | - |
| HSV(B) | 212.65º | 0.5% | 0.54% | - |
| XYZ | 11.53 | 12.19 | 25.41 | - |
| YUV | 94.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 137 | 0.50 | 0.27 | 0 | 0.46 | 212.65 | 0.33 | 0.4 |
| Hex | 45 | 64 | 89 | 32 | 1B | 0 | 2E | D5 | 21 | 28 |
| Octal | 105 | 144 | 211 | 62 | 33 | 0 | 56 | 325 | 41 | 50 |
| Binary | 1000101 | 1100100 | 10001001 | 110010 | 11011 | 0 | 101110 | 11010101 | 100001 | 101000 |
Color Harmonies of #456489
Complementary color
Monochromatic Colors of #456489
Black with #456489
Text Example
Text Example
White with #456489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456489; }
p { color: rgb(69,100,137); }
H1.HeaderClassName
{
color: #456489;
}
.AnyTagClassName
{
color: #456489;
}
</style>
background-color css
<style>
a { background-color: #456489; }
a { background-color: rgb(69,100,137); }
div.DivClassName
{
background-color: #456489;
}
.BgClassName
{
background-color: #456489;
}
</style>
border-color css
<style>
span { border-color: #456489; }
span { border-color: rgb(69,100,137); }
td.TdClassName
{
border-color: #456489;
}
.TagClassName
{
border-color: #456489;
}
</style>