Shades of Wedgewood #45688E
Tints of Wedgewood #45688E
RGB
CMYK
RGB Variations
Color information
#45688E (or 0x45688E) is known color: Wedgewood. HEX triplet: 45, 68 and 8E. RGB value is (69,104,142). Sum of RGB (Red+Green+Blue) = 69+104+142=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #45688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45688E is #BA9771. Grayscale: #616161. Windows color (decimal): -12228466 or 9332805. OLE color: 9332805.
HSL color Cylindrical-coordinate representation of color #45688E: hue angle of 211.23º 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 #45688E is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 104 | 142 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.44 |
| HSL | 211.23º | 0.35% | 0.41% | - |
| HSV(B) | 211.23º | 0.51% | 0.56% | - |
| XYZ | 12.29 | 13.12 | 27.48 | - |
| YUV | 97.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 142 | 0.51 | 0.27 | 0 | 0.44 | 211.23 | 0.35 | 0.41 |
| Hex | 45 | 68 | 8E | 33 | 1B | 0 | 2C | D3 | 23 | 29 |
| Octal | 105 | 150 | 216 | 63 | 33 | 0 | 54 | 323 | 43 | 51 |
| Binary | 1000101 | 1101000 | 10001110 | 110011 | 11011 | 0 | 101100 | 11010011 | 100011 | 101001 |
Color Harmonies of #45688E
Complementary color
Monochromatic Colors of #45688E
Black with #45688E
Text Example
Text Example
White with #45688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45688E; }
p { color: rgb(69,104,142); }
H1.HeaderClassName
{
color: #45688E;
}
.AnyTagClassName
{
color: #45688E;
}
</style>
background-color css
<style>
a { background-color: #45688E; }
a { background-color: rgb(69,104,142); }
div.DivClassName
{
background-color: #45688E;
}
.BgClassName
{
background-color: #45688E;
}
</style>
border-color css
<style>
span { border-color: #45688E; }
span { border-color: rgb(69,104,142); }
td.TdClassName
{
border-color: #45688E;
}
.TagClassName
{
border-color: #45688E;
}
</style>