Shades of Wedgewood #456C87
Tints of Wedgewood #456C87
RGB
CMYK
RGB Variations
Color information
#456C87 (or 0x456C87) is known color: Wedgewood. HEX triplet: 45, 6C and 87. RGB value is (69,108,135). Sum of RGB (Red+Green+Blue) = 69+108+135=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #456C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C87 is #BA9378. Grayscale: #636363. Windows color (decimal): -12227449 or 8875077. OLE color: 8875077.
HSL color Cylindrical-coordinate representation of color #456C87: hue angle of 204.55º 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 #456C87 is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 108 | 135 | - |
| CMYK | 0.49 | 0.2 | 0 | 0.47 |
| HSL | 204.55º | 0.32% | 0.4% | - |
| HSV(B) | 204.55º | 0.49% | 0.53% | - |
| XYZ | 12.19 | 13.74 | 24.93 | - |
| YUV | 99.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 135 | 0.49 | 0.2 | 0 | 0.47 | 204.55 | 0.32 | 0.4 |
| Hex | 45 | 6C | 87 | 31 | 14 | 0 | 2F | CD | 20 | 28 |
| Octal | 105 | 154 | 207 | 61 | 24 | 0 | 57 | 315 | 40 | 50 |
| Binary | 1000101 | 1101100 | 10000111 | 110001 | 10100 | 0 | 101111 | 11001101 | 100000 | 101000 |
Color Harmonies of #456C87
Complementary color
Monochromatic Colors of #456C87
Black with #456C87
Text Example
Text Example
White with #456C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C87; }
p { color: rgb(69,108,135); }
H1.HeaderClassName
{
color: #456C87;
}
.AnyTagClassName
{
color: #456C87;
}
</style>
background-color css
<style>
a { background-color: #456C87; }
a { background-color: rgb(69,108,135); }
div.DivClassName
{
background-color: #456C87;
}
.BgClassName
{
background-color: #456C87;
}
</style>
border-color css
<style>
span { border-color: #456C87; }
span { border-color: rgb(69,108,135); }
td.TdClassName
{
border-color: #456C87;
}
.TagClassName
{
border-color: #456C87;
}
</style>