Shades of Wedgewood #45668D
Tints of Wedgewood #45668D
RGB
CMYK
RGB Variations
Color information
#45668D (or 0x45668D) is known color: Wedgewood. HEX triplet: 45, 66 and 8D. RGB value is (69,102,141). Sum of RGB (Red+Green+Blue) = 69+102+141=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #45668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45668D is #BA9972. Grayscale: #606060. Windows color (decimal): -12228979 or 9266757. OLE color: 9266757.
HSL color Cylindrical-coordinate representation of color #45668D: hue angle of 212.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 #45668D is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 102 | 141 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.45 |
| HSL | 212.5º | 0.34% | 0.41% | - |
| HSV(B) | 212.5º | 0.51% | 0.55% | - |
| XYZ | 12.01 | 12.69 | 27.02 | - |
| YUV | 96.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 141 | 0.51 | 0.28 | 0 | 0.45 | 212.5 | 0.34 | 0.41 |
| Hex | 45 | 66 | 8D | 33 | 1C | 0 | 2D | D4 | 22 | 29 |
| Octal | 105 | 146 | 215 | 63 | 34 | 0 | 55 | 324 | 42 | 51 |
| Binary | 1000101 | 1100110 | 10001101 | 110011 | 11100 | 0 | 101101 | 11010100 | 100010 | 101001 |
Color Harmonies of #45668D
Complementary color
Monochromatic Colors of #45668D
Black with #45668D
Text Example
Text Example
White with #45668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45668D; }
p { color: rgb(69,102,141); }
H1.HeaderClassName
{
color: #45668D;
}
.AnyTagClassName
{
color: #45668D;
}
</style>
background-color css
<style>
a { background-color: #45668D; }
a { background-color: rgb(69,102,141); }
div.DivClassName
{
background-color: #45668D;
}
.BgClassName
{
background-color: #45668D;
}
</style>
border-color css
<style>
span { border-color: #45668D; }
span { border-color: rgb(69,102,141); }
td.TdClassName
{
border-color: #45668D;
}
.TagClassName
{
border-color: #45668D;
}
</style>