Shades of Wedgewood #46678B
Tints of Wedgewood #46678B
RGB
CMYK
RGB Variations
Color information
#46678B (or 0x46678B) is known color: Wedgewood. HEX triplet: 46, 67 and 8B. RGB value is (70,103,139). Sum of RGB (Red+Green+Blue) = 70+103+139=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #46678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678B is #B99874. Grayscale: #616161. Windows color (decimal): -12163189 or 9135942. OLE color: 9135942.
HSL color Cylindrical-coordinate representation of color #46678B: hue angle of 211.3º 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 #46678B is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 103 | 139 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.45 |
| HSL | 211.3º | 0.33% | 0.41% | - |
| HSV(B) | 211.3º | 0.5% | 0.55% | - |
| XYZ | 12.04 | 12.87 | 26.28 | - |
| YUV | 97.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 139 | 0.50 | 0.26 | 0 | 0.45 | 211.3 | 0.33 | 0.41 |
| Hex | 46 | 67 | 8B | 32 | 1A | 0 | 2D | D3 | 21 | 29 |
| Octal | 106 | 147 | 213 | 62 | 32 | 0 | 55 | 323 | 41 | 51 |
| Binary | 1000110 | 1100111 | 10001011 | 110010 | 11010 | 0 | 101101 | 11010011 | 100001 | 101001 |
Color Harmonies of #46678B
Complementary color
Monochromatic Colors of #46678B
Black with #46678B
Text Example
Text Example
White with #46678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46678B; }
p { color: rgb(70,103,139); }
H1.HeaderClassName
{
color: #46678B;
}
.AnyTagClassName
{
color: #46678B;
}
</style>
background-color css
<style>
a { background-color: #46678B; }
a { background-color: rgb(70,103,139); }
div.DivClassName
{
background-color: #46678B;
}
.BgClassName
{
background-color: #46678B;
}
</style>
border-color css
<style>
span { border-color: #46678B; }
span { border-color: rgb(70,103,139); }
td.TdClassName
{
border-color: #46678B;
}
.TagClassName
{
border-color: #46678B;
}
</style>