Shades of Wedgewood #46658B
Tints of Wedgewood #46658B
RGB
CMYK
RGB Variations
Color information
#46658B (or 0x46658B) is known color: Wedgewood. HEX triplet: 46, 65 and 8B. RGB value is (70,101,139). Sum of RGB (Red+Green+Blue) = 70+101+139=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #46658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46658B is #B99A74. Grayscale: #5F5F5F. Windows color (decimal): -12163701 or 9135430. OLE color: 9135430.
HSL color Cylindrical-coordinate representation of color #46658B: hue angle of 213.04º degrees, saturation: 0.33, 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 #46658B is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 101 | 139 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.45 |
| HSL | 213.04º | 0.33% | 0.41% | - |
| HSV(B) | 213.04º | 0.5% | 0.55% | - |
| XYZ | 11.84 | 12.47 | 26.21 | - |
| YUV | 96.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 139 | 0.50 | 0.27 | 0 | 0.45 | 213.04 | 0.33 | 0.41 |
| Hex | 46 | 65 | 8B | 32 | 1B | 0 | 2D | D5 | 21 | 29 |
| Octal | 106 | 145 | 213 | 62 | 33 | 0 | 55 | 325 | 41 | 51 |
| Binary | 1000110 | 1100101 | 10001011 | 110010 | 11011 | 0 | 101101 | 11010101 | 100001 | 101001 |
Color Harmonies of #46658B
Complementary color
Monochromatic Colors of #46658B
Black with #46658B
Text Example
Text Example
White with #46658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46658B; }
p { color: rgb(70,101,139); }
H1.HeaderClassName
{
color: #46658B;
}
.AnyTagClassName
{
color: #46658B;
}
</style>
background-color css
<style>
a { background-color: #46658B; }
a { background-color: rgb(70,101,139); }
div.DivClassName
{
background-color: #46658B;
}
.BgClassName
{
background-color: #46658B;
}
</style>
border-color css
<style>
span { border-color: #46658B; }
span { border-color: rgb(70,101,139); }
td.TdClassName
{
border-color: #46658B;
}
.TagClassName
{
border-color: #46658B;
}
</style>