Shades of Wedgewood #46618D
Tints of Wedgewood #46618D
RGB
CMYK
RGB Variations
Color information
#46618D (or 0x46618D) is known color: Wedgewood. HEX triplet: 46, 61 and 8D. RGB value is (70,97,141). Sum of RGB (Red+Green+Blue) = 70+97+141=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #46618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46618D is #B99E72. Grayscale: #5D5D5D. Windows color (decimal): -12164723 or 9265478. OLE color: 9265478.
HSL color Cylindrical-coordinate representation of color #46618D: hue angle of 217.18º 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 #46618D is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 97 | 141 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.45 |
| HSL | 217.18º | 0.34% | 0.41% | - |
| HSV(B) | 217.18º | 0.5% | 0.55% | - |
| XYZ | 11.61 | 11.77 | 26.86 | - |
| YUV | 93.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 141 | 0.50 | 0.31 | 0 | 0.45 | 217.18 | 0.34 | 0.41 |
| Hex | 46 | 61 | 8D | 32 | 1F | 0 | 2D | D9 | 22 | 29 |
| Octal | 106 | 141 | 215 | 62 | 37 | 0 | 55 | 331 | 42 | 51 |
| Binary | 1000110 | 1100001 | 10001101 | 110010 | 11111 | 0 | 101101 | 11011001 | 100010 | 101001 |
Color Harmonies of #46618D
Complementary color
Monochromatic Colors of #46618D
Black with #46618D
Text Example
Text Example
White with #46618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46618D; }
p { color: rgb(70,97,141); }
H1.HeaderClassName
{
color: #46618D;
}
.AnyTagClassName
{
color: #46618D;
}
</style>
background-color css
<style>
a { background-color: #46618D; }
a { background-color: rgb(70,97,141); }
div.DivClassName
{
background-color: #46618D;
}
.BgClassName
{
background-color: #46618D;
}
</style>
border-color css
<style>
span { border-color: #46618D; }
span { border-color: rgb(70,97,141); }
td.TdClassName
{
border-color: #46618D;
}
.TagClassName
{
border-color: #46618D;
}
</style>