Shades of Wedgewood #456D87
Tints of Wedgewood #456D87
RGB
CMYK
RGB Variations
Color information
#456D87 (or 0x456D87) is known color: Wedgewood. HEX triplet: 45, 6D and 87. RGB value is (69,109,135). Sum of RGB (Red+Green+Blue) = 69+109+135=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #456D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D87 is #BA9278. Grayscale: #636363. Windows color (decimal): -12227193 or 8875333. OLE color: 8875333.
HSL color Cylindrical-coordinate representation of color #456D87: hue angle of 203.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456D87 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 109 | 135 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.47 |
| HSL | 203.64º | 0.32% | 0.4% | - |
| HSV(B) | 203.64º | 0.49% | 0.53% | - |
| XYZ | 12.3 | 13.95 | 24.97 | - |
| YUV | 100 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 135 | 0.49 | 0.19 | 0 | 0.47 | 203.64 | 0.32 | 0.4 |
| Hex | 45 | 6D | 87 | 31 | 13 | 0 | 2F | CC | 20 | 28 |
| Octal | 105 | 155 | 207 | 61 | 23 | 0 | 57 | 314 | 40 | 50 |
| Binary | 1000101 | 1101101 | 10000111 | 110001 | 10011 | 0 | 101111 | 11001100 | 100000 | 101000 |
Color Harmonies of #456D87
Complementary color
Monochromatic Colors of #456D87
Black with #456D87
Text Example
Text Example
White with #456D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D87; }
p { color: rgb(69,109,135); }
H1.HeaderClassName
{
color: #456D87;
}
.AnyTagClassName
{
color: #456D87;
}
</style>
background-color css
<style>
a { background-color: #456D87; }
a { background-color: rgb(69,109,135); }
div.DivClassName
{
background-color: #456D87;
}
.BgClassName
{
background-color: #456D87;
}
</style>
border-color css
<style>
span { border-color: #456D87; }
span { border-color: rgb(69,109,135); }
td.TdClassName
{
border-color: #456D87;
}
.TagClassName
{
border-color: #456D87;
}
</style>