Shades of Wedgewood #456B90
Tints of Wedgewood #456B90
RGB
CMYK
RGB Variations
Color information
#456B90 (or 0x456B90) is known color: Wedgewood. HEX triplet: 45, 6B and 90. RGB value is (69,107,144). Sum of RGB (Red+Green+Blue) = 69+107+144=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #456B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B90 is #BA946F. Grayscale: #636363. Windows color (decimal): -12227696 or 9464645. OLE color: 9464645.
HSL color Cylindrical-coordinate representation of color #456B90: hue angle of 209.6º 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 #456B90 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 107 | 144 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.44 |
| HSL | 209.6º | 0.35% | 0.42% | - |
| HSV(B) | 209.6º | 0.52% | 0.56% | - |
| XYZ | 12.75 | 13.79 | 28.38 | - |
| YUV | 99.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 144 | 0.52 | 0.26 | 0 | 0.44 | 209.6 | 0.35 | 0.42 |
| Hex | 45 | 6B | 90 | 34 | 1A | 0 | 2C | D2 | 23 | 2A |
| Octal | 105 | 153 | 220 | 64 | 32 | 0 | 54 | 322 | 43 | 52 |
| Binary | 1000101 | 1101011 | 10010000 | 110100 | 11010 | 0 | 101100 | 11010010 | 100011 | 101010 |
Color Harmonies of #456B90
Complementary color
Monochromatic Colors of #456B90
Black with #456B90
Text Example
Text Example
White with #456B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B90; }
p { color: rgb(69,107,144); }
H1.HeaderClassName
{
color: #456B90;
}
.AnyTagClassName
{
color: #456B90;
}
</style>
background-color css
<style>
a { background-color: #456B90; }
a { background-color: rgb(69,107,144); }
div.DivClassName
{
background-color: #456B90;
}
.BgClassName
{
background-color: #456B90;
}
</style>
border-color css
<style>
span { border-color: #456B90; }
span { border-color: rgb(69,107,144); }
td.TdClassName
{
border-color: #456B90;
}
.TagClassName
{
border-color: #456B90;
}
</style>