Shades of Wedgewood #46608D
Tints of Wedgewood #46608D
RGB
CMYK
RGB Variations
Color information
#46608D (or 0x46608D) is known color: Wedgewood. HEX triplet: 46, 60 and 8D. RGB value is (70,96,141). Sum of RGB (Red+Green+Blue) = 70+96+141=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #46608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46608D is #B99F72. Grayscale: #5D5D5D. Windows color (decimal): -12164979 or 9265222. OLE color: 9265222.
HSL color Cylindrical-coordinate representation of color #46608D: hue angle of 218.03º 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 #46608D is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 96 | 141 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.45 |
| HSL | 218.03º | 0.34% | 0.41% | - |
| HSV(B) | 218.03º | 0.5% | 0.55% | - |
| XYZ | 11.52 | 11.59 | 26.83 | - |
| YUV | 93.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 141 | 0.50 | 0.32 | 0 | 0.45 | 218.03 | 0.34 | 0.41 |
| Hex | 46 | 60 | 8D | 32 | 20 | 0 | 2D | DA | 22 | 29 |
| Octal | 106 | 140 | 215 | 62 | 40 | 0 | 55 | 332 | 42 | 51 |
| Binary | 1000110 | 1100000 | 10001101 | 110010 | 100000 | 0 | 101101 | 11011010 | 100010 | 101001 |
Color Harmonies of #46608D
Complementary color
Monochromatic Colors of #46608D
Black with #46608D
Text Example
Text Example
White with #46608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46608D; }
p { color: rgb(70,96,141); }
H1.HeaderClassName
{
color: #46608D;
}
.AnyTagClassName
{
color: #46608D;
}
</style>
background-color css
<style>
a { background-color: #46608D; }
a { background-color: rgb(70,96,141); }
div.DivClassName
{
background-color: #46608D;
}
.BgClassName
{
background-color: #46608D;
}
</style>
border-color css
<style>
span { border-color: #46608D; }
span { border-color: rgb(70,96,141); }
td.TdClassName
{
border-color: #46608D;
}
.TagClassName
{
border-color: #46608D;
}
</style>