Shades of Wedgewood #456790
Tints of Wedgewood #456790
RGB
CMYK
RGB Variations
Color information
#456790 (or 0x456790) is known color: Wedgewood. HEX triplet: 45, 67 and 90. RGB value is (69,103,144). Sum of RGB (Red+Green+Blue) = 69+103+144=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #456790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456790 is #BA986F. Grayscale: #616161. Windows color (decimal): -12228720 or 9463621. OLE color: 9463621.
HSL color Cylindrical-coordinate representation of color #456790: hue angle of 212.8º 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 #456790 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 103 | 144 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.44 |
| HSL | 212.8º | 0.35% | 0.42% | - |
| HSV(B) | 212.8º | 0.52% | 0.56% | - |
| XYZ | 12.34 | 12.98 | 28.24 | - |
| YUV | 97.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 144 | 0.52 | 0.28 | 0 | 0.44 | 212.8 | 0.35 | 0.42 |
| Hex | 45 | 67 | 90 | 34 | 1C | 0 | 2C | D5 | 23 | 2A |
| Octal | 105 | 147 | 220 | 64 | 34 | 0 | 54 | 325 | 43 | 52 |
| Binary | 1000101 | 1100111 | 10010000 | 110100 | 11100 | 0 | 101100 | 11010101 | 100011 | 101010 |
Color Harmonies of #456790
Complementary color
Monochromatic Colors of #456790
Black with #456790
Text Example
Text Example
White with #456790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456790; }
p { color: rgb(69,103,144); }
H1.HeaderClassName
{
color: #456790;
}
.AnyTagClassName
{
color: #456790;
}
</style>
background-color css
<style>
a { background-color: #456790; }
a { background-color: rgb(69,103,144); }
div.DivClassName
{
background-color: #456790;
}
.BgClassName
{
background-color: #456790;
}
</style>
border-color css
<style>
span { border-color: #456790; }
span { border-color: rgb(69,103,144); }
td.TdClassName
{
border-color: #456790;
}
.TagClassName
{
border-color: #456790;
}
</style>