Shades of Wedgewood #46648B
Tints of Wedgewood #46648B
RGB
CMYK
RGB Variations
Color information
#46648B (or 0x46648B) is known color: Wedgewood. HEX triplet: 46, 64 and 8B. RGB value is (70,100,139). Sum of RGB (Red+Green+Blue) = 70+100+139=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #46648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46648B is #B99B74. Grayscale: #5F5F5F. Windows color (decimal): -12163957 or 9135174. OLE color: 9135174.
HSL color Cylindrical-coordinate representation of color #46648B: hue angle of 213.91º 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 #46648B is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 100 | 139 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.45 |
| HSL | 213.91º | 0.33% | 0.41% | - |
| HSV(B) | 213.91º | 0.5% | 0.55% | - |
| XYZ | 11.74 | 12.28 | 26.18 | - |
| YUV | 95.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 139 | 0.50 | 0.28 | 0 | 0.45 | 213.91 | 0.33 | 0.41 |
| Hex | 46 | 64 | 8B | 32 | 1C | 0 | 2D | D6 | 21 | 29 |
| Octal | 106 | 144 | 213 | 62 | 34 | 0 | 55 | 326 | 41 | 51 |
| Binary | 1000110 | 1100100 | 10001011 | 110010 | 11100 | 0 | 101101 | 11010110 | 100001 | 101001 |
Color Harmonies of #46648B
Complementary color
Monochromatic Colors of #46648B
Black with #46648B
Text Example
Text Example
White with #46648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46648B; }
p { color: rgb(70,100,139); }
H1.HeaderClassName
{
color: #46648B;
}
.AnyTagClassName
{
color: #46648B;
}
</style>
background-color css
<style>
a { background-color: #46648B; }
a { background-color: rgb(70,100,139); }
div.DivClassName
{
background-color: #46648B;
}
.BgClassName
{
background-color: #46648B;
}
</style>
border-color css
<style>
span { border-color: #46648B; }
span { border-color: rgb(70,100,139); }
td.TdClassName
{
border-color: #46648B;
}
.TagClassName
{
border-color: #46648B;
}
</style>