Shades of Wedgewood #46678C
Tints of Wedgewood #46678C
RGB
CMYK
RGB Variations
Color information
#46678C (or 0x46678C) is known color: Wedgewood. HEX triplet: 46, 67 and 8C. RGB value is (70,103,140). Sum of RGB (Red+Green+Blue) = 70+103+140=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #46678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678C is #B99873. Grayscale: #616161. Windows color (decimal): -12163188 or 9201478. OLE color: 9201478.
HSL color Cylindrical-coordinate representation of color #46678C: hue angle of 211.71º 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 #46678C is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 103 | 140 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.45 |
| HSL | 211.71º | 0.33% | 0.41% | - |
| HSV(B) | 211.71º | 0.5% | 0.55% | - |
| XYZ | 12.11 | 12.9 | 26.66 | - |
| YUV | 97.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 140 | 0.50 | 0.26 | 0 | 0.45 | 211.71 | 0.33 | 0.41 |
| Hex | 46 | 67 | 8C | 32 | 1A | 0 | 2D | D4 | 21 | 29 |
| Octal | 106 | 147 | 214 | 62 | 32 | 0 | 55 | 324 | 41 | 51 |
| Binary | 1000110 | 1100111 | 10001100 | 110010 | 11010 | 0 | 101101 | 11010100 | 100001 | 101001 |
Color Harmonies of #46678C
Complementary color
Monochromatic Colors of #46678C
Black with #46678C
Text Example
Text Example
White with #46678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46678C; }
p { color: rgb(70,103,140); }
H1.HeaderClassName
{
color: #46678C;
}
.AnyTagClassName
{
color: #46678C;
}
</style>
background-color css
<style>
a { background-color: #46678C; }
a { background-color: rgb(70,103,140); }
div.DivClassName
{
background-color: #46678C;
}
.BgClassName
{
background-color: #46678C;
}
</style>
border-color css
<style>
span { border-color: #46678C; }
span { border-color: rgb(70,103,140); }
td.TdClassName
{
border-color: #46678C;
}
.TagClassName
{
border-color: #46678C;
}
</style>