Shades of Wedgewood #45608D
Tints of Wedgewood #45608D
RGB
CMYK
RGB Variations
Color information
#45608D (or 0x45608D) is known color: Wedgewood. HEX triplet: 45, 60 and 8D. RGB value is (69,96,141). Sum of RGB (Red+Green+Blue) = 69+96+141=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #45608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45608D is #BA9F72. Grayscale: #5C5C5C. Windows color (decimal): -12230515 or 9265221. OLE color: 9265221.
HSL color Cylindrical-coordinate representation of color #45608D: hue angle of 217.5º 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 #45608D is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 96 | 141 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.45 |
| HSL | 217.5º | 0.34% | 0.41% | - |
| HSV(B) | 217.5º | 0.51% | 0.55% | - |
| XYZ | 11.44 | 11.55 | 26.83 | - |
| YUV | 93.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 141 | 0.51 | 0.32 | 0 | 0.45 | 217.5 | 0.34 | 0.41 |
| Hex | 45 | 60 | 8D | 33 | 20 | 0 | 2D | DA | 22 | 29 |
| Octal | 105 | 140 | 215 | 63 | 40 | 0 | 55 | 332 | 42 | 51 |
| Binary | 1000101 | 1100000 | 10001101 | 110011 | 100000 | 0 | 101101 | 11011010 | 100010 | 101001 |
Color Harmonies of #45608D
Complementary color
Monochromatic Colors of #45608D
Black with #45608D
Text Example
Text Example
White with #45608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45608D; }
p { color: rgb(69,96,141); }
H1.HeaderClassName
{
color: #45608D;
}
.AnyTagClassName
{
color: #45608D;
}
</style>
background-color css
<style>
a { background-color: #45608D; }
a { background-color: rgb(69,96,141); }
div.DivClassName
{
background-color: #45608D;
}
.BgClassName
{
background-color: #45608D;
}
</style>
border-color css
<style>
span { border-color: #45608D; }
span { border-color: rgb(69,96,141); }
td.TdClassName
{
border-color: #45608D;
}
.TagClassName
{
border-color: #45608D;
}
</style>