Shades of Wedgewood #456888
Tints of Wedgewood #456888
RGB
CMYK
RGB Variations
Color information
#456888 (or 0x456888) is known color: Wedgewood. HEX triplet: 45, 68 and 88. RGB value is (69,104,136). Sum of RGB (Red+Green+Blue) = 69+104+136=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #456888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456888 is #BA9777. Grayscale: #616161. Windows color (decimal): -12228472 or 8939589. OLE color: 8939589.
HSL color Cylindrical-coordinate representation of color #456888: hue angle of 208.66º degrees, saturation: 0.33, 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 #456888 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 104 | 136 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.47 |
| HSL | 208.66º | 0.33% | 0.4% | - |
| HSV(B) | 208.66º | 0.49% | 0.53% | - |
| XYZ | 11.85 | 12.94 | 25.17 | - |
| YUV | 97.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 136 | 0.49 | 0.24 | 0 | 0.47 | 208.66 | 0.33 | 0.4 |
| Hex | 45 | 68 | 88 | 31 | 18 | 0 | 2F | D1 | 21 | 28 |
| Octal | 105 | 150 | 210 | 61 | 30 | 0 | 57 | 321 | 41 | 50 |
| Binary | 1000101 | 1101000 | 10001000 | 110001 | 11000 | 0 | 101111 | 11010001 | 100001 | 101000 |
Color Harmonies of #456888
Complementary color
Monochromatic Colors of #456888
Black with #456888
Text Example
Text Example
White with #456888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456888; }
p { color: rgb(69,104,136); }
H1.HeaderClassName
{
color: #456888;
}
.AnyTagClassName
{
color: #456888;
}
</style>
background-color css
<style>
a { background-color: #456888; }
a { background-color: rgb(69,104,136); }
div.DivClassName
{
background-color: #456888;
}
.BgClassName
{
background-color: #456888;
}
</style>
border-color css
<style>
span { border-color: #456888; }
span { border-color: rgb(69,104,136); }
td.TdClassName
{
border-color: #456888;
}
.TagClassName
{
border-color: #456888;
}
</style>