Shades of Wedgewood #456490
Tints of Wedgewood #456490
RGB
CMYK
RGB Variations
Color information
#456490 (or 0x456490) is known color: Wedgewood. HEX triplet: 45, 64 and 90. RGB value is (69,100,144). Sum of RGB (Red+Green+Blue) = 69+100+144=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #456490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456490 is #BA9B6F. Grayscale: #5F5F5F. Windows color (decimal): -12229488 or 9462853. OLE color: 9462853.
HSL color Cylindrical-coordinate representation of color #456490: hue angle of 215.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456490 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 100 | 144 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.44 |
| HSL | 215.2º | 0.35% | 0.42% | - |
| HSV(B) | 215.2º | 0.52% | 0.56% | - |
| XYZ | 12.05 | 12.39 | 28.14 | - |
| YUV | 95.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 144 | 0.52 | 0.31 | 0 | 0.44 | 215.2 | 0.35 | 0.42 |
| Hex | 45 | 64 | 90 | 34 | 1F | 0 | 2C | D7 | 23 | 2A |
| Octal | 105 | 144 | 220 | 64 | 37 | 0 | 54 | 327 | 43 | 52 |
| Binary | 1000101 | 1100100 | 10010000 | 110100 | 11111 | 0 | 101100 | 11010111 | 100011 | 101010 |
Color Harmonies of #456490
Complementary color
Monochromatic Colors of #456490
Black with #456490
Text Example
Text Example
White with #456490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456490; }
p { color: rgb(69,100,144); }
H1.HeaderClassName
{
color: #456490;
}
.AnyTagClassName
{
color: #456490;
}
</style>
background-color css
<style>
a { background-color: #456490; }
a { background-color: rgb(69,100,144); }
div.DivClassName
{
background-color: #456490;
}
.BgClassName
{
background-color: #456490;
}
</style>
border-color css
<style>
span { border-color: #456490; }
span { border-color: rgb(69,100,144); }
td.TdClassName
{
border-color: #456490;
}
.TagClassName
{
border-color: #456490;
}
</style>