Shades of Wedgewood #456389
Tints of Wedgewood #456389
RGB
CMYK
RGB Variations
Color information
#456389 (or 0x456389) is known color: Wedgewood. HEX triplet: 45, 63 and 89. RGB value is (69,99,137). Sum of RGB (Red+Green+Blue) = 69+99+137=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 99 (39.06% from 255 or 32.46% 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 #456389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456389 is #BA9C76. Grayscale: #5E5E5E. Windows color (decimal): -12229751 or 9003845. OLE color: 9003845.
HSL color Cylindrical-coordinate representation of color #456389: hue angle of 213.53º 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 #456389 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 99 | 137 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.46 |
| HSL | 213.53º | 0.33% | 0.4% | - |
| HSV(B) | 213.53º | 0.5% | 0.54% | - |
| XYZ | 11.43 | 12 | 25.38 | - |
| YUV | 94.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 137 | 0.50 | 0.28 | 0 | 0.46 | 213.53 | 0.33 | 0.4 |
| Hex | 45 | 63 | 89 | 32 | 1C | 0 | 2E | D6 | 21 | 28 |
| Octal | 105 | 143 | 211 | 62 | 34 | 0 | 56 | 326 | 41 | 50 |
| Binary | 1000101 | 1100011 | 10001001 | 110010 | 11100 | 0 | 101110 | 11010110 | 100001 | 101000 |
Color Harmonies of #456389
Complementary color
Monochromatic Colors of #456389
Black with #456389
Text Example
Text Example
White with #456389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456389; }
p { color: rgb(69,99,137); }
H1.HeaderClassName
{
color: #456389;
}
.AnyTagClassName
{
color: #456389;
}
</style>
background-color css
<style>
a { background-color: #456389; }
a { background-color: rgb(69,99,137); }
div.DivClassName
{
background-color: #456389;
}
.BgClassName
{
background-color: #456389;
}
</style>
border-color css
<style>
span { border-color: #456389; }
span { border-color: rgb(69,99,137); }
td.TdClassName
{
border-color: #456389;
}
.TagClassName
{
border-color: #456389;
}
</style>