Shades of Wedgewood #456C8C
Tints of Wedgewood #456C8C
RGB
CMYK
RGB Variations
Color information
#456C8C (or 0x456C8C) is known color: Wedgewood. HEX triplet: 45, 6C and 8C. RGB value is (69,108,140). Sum of RGB (Red+Green+Blue) = 69+108+140=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #456C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C8C is #BA9373. Grayscale: #636363. Windows color (decimal): -12227444 or 9202757. OLE color: 9202757.
HSL color Cylindrical-coordinate representation of color #456C8C: hue angle of 207.04º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456C8C is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 108 | 140 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.45 |
| HSL | 207.04º | 0.34% | 0.41% | - |
| HSV(B) | 207.04º | 0.51% | 0.55% | - |
| XYZ | 12.55 | 13.88 | 26.83 | - |
| YUV | 99.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 140 | 0.51 | 0.23 | 0 | 0.45 | 207.04 | 0.34 | 0.41 |
| Hex | 45 | 6C | 8C | 33 | 17 | 0 | 2D | CF | 22 | 29 |
| Octal | 105 | 154 | 214 | 63 | 27 | 0 | 55 | 317 | 42 | 51 |
| Binary | 1000101 | 1101100 | 10001100 | 110011 | 10111 | 0 | 101101 | 11001111 | 100010 | 101001 |
Color Harmonies of #456C8C
Complementary color
Monochromatic Colors of #456C8C
Black with #456C8C
Text Example
Text Example
White with #456C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C8C; }
p { color: rgb(69,108,140); }
H1.HeaderClassName
{
color: #456C8C;
}
.AnyTagClassName
{
color: #456C8C;
}
</style>
background-color css
<style>
a { background-color: #456C8C; }
a { background-color: rgb(69,108,140); }
div.DivClassName
{
background-color: #456C8C;
}
.BgClassName
{
background-color: #456C8C;
}
</style>
border-color css
<style>
span { border-color: #456C8C; }
span { border-color: rgb(69,108,140); }
td.TdClassName
{
border-color: #456C8C;
}
.TagClassName
{
border-color: #456C8C;
}
</style>