Shades of Wedgewood #456D8E
Tints of Wedgewood #456D8E
RGB
CMYK
RGB Variations
Color information
#456D8E (or 0x456D8E) is known color: Wedgewood. HEX triplet: 45, 6D and 8E. RGB value is (69,109,142). Sum of RGB (Red+Green+Blue) = 69+109+142=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #456D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D8E is #BA9271. Grayscale: #646464. Windows color (decimal): -12227186 or 9334085. OLE color: 9334085.
HSL color Cylindrical-coordinate representation of color #456D8E: hue angle of 207.12º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456D8E is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 109 | 142 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.44 |
| HSL | 207.12º | 0.35% | 0.41% | - |
| HSV(B) | 207.12º | 0.51% | 0.56% | - |
| XYZ | 12.81 | 14.16 | 27.65 | - |
| YUV | 100.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 142 | 0.51 | 0.23 | 0 | 0.44 | 207.12 | 0.35 | 0.41 |
| Hex | 45 | 6D | 8E | 33 | 17 | 0 | 2C | CF | 23 | 29 |
| Octal | 105 | 155 | 216 | 63 | 27 | 0 | 54 | 317 | 43 | 51 |
| Binary | 1000101 | 1101101 | 10001110 | 110011 | 10111 | 0 | 101100 | 11001111 | 100011 | 101001 |
Color Harmonies of #456D8E
Complementary color
Monochromatic Colors of #456D8E
Black with #456D8E
Text Example
Text Example
White with #456D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D8E; }
p { color: rgb(69,109,142); }
H1.HeaderClassName
{
color: #456D8E;
}
.AnyTagClassName
{
color: #456D8E;
}
</style>
background-color css
<style>
a { background-color: #456D8E; }
a { background-color: rgb(69,109,142); }
div.DivClassName
{
background-color: #456D8E;
}
.BgClassName
{
background-color: #456D8E;
}
</style>
border-color css
<style>
span { border-color: #456D8E; }
span { border-color: rgb(69,109,142); }
td.TdClassName
{
border-color: #456D8E;
}
.TagClassName
{
border-color: #456D8E;
}
</style>