Shades of Wedgewood #45688C
Tints of Wedgewood #45688C
RGB
CMYK
RGB Variations
Color information
#45688C (or 0x45688C) is known color: Wedgewood. HEX triplet: 45, 68 and 8C. RGB value is (69,104,140). Sum of RGB (Red+Green+Blue) = 69+104+140=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #45688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45688C is #BA9773. Grayscale: #616161. Windows color (decimal): -12228468 or 9201733. OLE color: 9201733.
HSL color Cylindrical-coordinate representation of color #45688C: hue angle of 210.42º 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 #45688C is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 104 | 140 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.45 |
| HSL | 210.42º | 0.34% | 0.41% | - |
| HSV(B) | 210.42º | 0.51% | 0.55% | - |
| XYZ | 12.14 | 13.06 | 26.69 | - |
| YUV | 97.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 140 | 0.51 | 0.26 | 0 | 0.45 | 210.42 | 0.34 | 0.41 |
| Hex | 45 | 68 | 8C | 33 | 1A | 0 | 2D | D2 | 22 | 29 |
| Octal | 105 | 150 | 214 | 63 | 32 | 0 | 55 | 322 | 42 | 51 |
| Binary | 1000101 | 1101000 | 10001100 | 110011 | 11010 | 0 | 101101 | 11010010 | 100010 | 101001 |
Color Harmonies of #45688C
Complementary color
Monochromatic Colors of #45688C
Black with #45688C
Text Example
Text Example
White with #45688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45688C; }
p { color: rgb(69,104,140); }
H1.HeaderClassName
{
color: #45688C;
}
.AnyTagClassName
{
color: #45688C;
}
</style>
background-color css
<style>
a { background-color: #45688C; }
a { background-color: rgb(69,104,140); }
div.DivClassName
{
background-color: #45688C;
}
.BgClassName
{
background-color: #45688C;
}
</style>
border-color css
<style>
span { border-color: #45688C; }
span { border-color: rgb(69,104,140); }
td.TdClassName
{
border-color: #45688C;
}
.TagClassName
{
border-color: #45688C;
}
</style>