Shades of Wedgewood #45618B
Tints of Wedgewood #45618B
RGB
CMYK
RGB Variations
Color information
#45618B (or 0x45618B) is known color: Wedgewood. HEX triplet: 45, 61 and 8B. RGB value is (69,97,139). Sum of RGB (Red+Green+Blue) = 69+97+139=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #45618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45618B is #BA9E74. Grayscale: #5D5D5D. Windows color (decimal): -12230261 or 9134405. OLE color: 9134405.
HSL color Cylindrical-coordinate representation of color #45618B: hue angle of 216º 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 #45618B is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 97 | 139 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.45 |
| HSL | 216º | 0.34% | 0.41% | - |
| HSV(B) | 216º | 0.5% | 0.55% | - |
| XYZ | 11.39 | 11.68 | 26.08 | - |
| YUV | 93.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 139 | 0.50 | 0.30 | 0 | 0.45 | 216 | 0.34 | 0.41 |
| Hex | 45 | 61 | 8B | 32 | 1E | 0 | 2D | D8 | 22 | 29 |
| Octal | 105 | 141 | 213 | 62 | 36 | 0 | 55 | 330 | 42 | 51 |
| Binary | 1000101 | 1100001 | 10001011 | 110010 | 11110 | 0 | 101101 | 11011000 | 100010 | 101001 |
Color Harmonies of #45618B
Complementary color
Monochromatic Colors of #45618B
Black with #45618B
Text Example
Text Example
White with #45618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45618B; }
p { color: rgb(69,97,139); }
H1.HeaderClassName
{
color: #45618B;
}
.AnyTagClassName
{
color: #45618B;
}
</style>
background-color css
<style>
a { background-color: #45618B; }
a { background-color: rgb(69,97,139); }
div.DivClassName
{
background-color: #45618B;
}
.BgClassName
{
background-color: #45618B;
}
</style>
border-color css
<style>
span { border-color: #45618B; }
span { border-color: rgb(69,97,139); }
td.TdClassName
{
border-color: #45618B;
}
.TagClassName
{
border-color: #45618B;
}
</style>