Shades of Wedgewood #45608B
Tints of Wedgewood #45608B
RGB
CMYK
RGB Variations
Color information
#45608B (or 0x45608B) is known color: Wedgewood. HEX triplet: 45, 60 and 8B. RGB value is (69,96,139). Sum of RGB (Red+Green+Blue) = 69+96+139=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #45608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45608B is #BA9F74. Grayscale: #5C5C5C. Windows color (decimal): -12230517 or 9134149. OLE color: 9134149.
HSL color Cylindrical-coordinate representation of color #45608B: hue angle of 216.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45608B is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 96 | 139 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.45 |
| HSL | 216.86º | 0.34% | 0.41% | - |
| HSV(B) | 216.86º | 0.5% | 0.55% | - |
| XYZ | 11.3 | 11.5 | 26.05 | - |
| YUV | 92.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 139 | 0.50 | 0.31 | 0 | 0.45 | 216.86 | 0.34 | 0.41 |
| Hex | 45 | 60 | 8B | 32 | 1F | 0 | 2D | D9 | 22 | 29 |
| Octal | 105 | 140 | 213 | 62 | 37 | 0 | 55 | 331 | 42 | 51 |
| Binary | 1000101 | 1100000 | 10001011 | 110010 | 11111 | 0 | 101101 | 11011001 | 100010 | 101001 |
Color Harmonies of #45608B
Complementary color
Monochromatic Colors of #45608B
Black with #45608B
Text Example
Text Example
White with #45608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45608B; }
p { color: rgb(69,96,139); }
H1.HeaderClassName
{
color: #45608B;
}
.AnyTagClassName
{
color: #45608B;
}
</style>
background-color css
<style>
a { background-color: #45608B; }
a { background-color: rgb(69,96,139); }
div.DivClassName
{
background-color: #45608B;
}
.BgClassName
{
background-color: #45608B;
}
</style>
border-color css
<style>
span { border-color: #45608B; }
span { border-color: rgb(69,96,139); }
td.TdClassName
{
border-color: #45608B;
}
.TagClassName
{
border-color: #45608B;
}
</style>