Shades of Wedgewood #46678A
Tints of Wedgewood #46678A
RGB
CMYK
RGB Variations
Color information
#46678A (or 0x46678A) is known color: Wedgewood. HEX triplet: 46, 67 and 8A. RGB value is (70,103,138). Sum of RGB (Red+Green+Blue) = 70+103+138=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #46678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678A is #B99875. Grayscale: #606060. Windows color (decimal): -12163190 or 9070406. OLE color: 9070406.
HSL color Cylindrical-coordinate representation of color #46678A: hue angle of 210.88º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46678A is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 103 | 138 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.46 |
| HSL | 210.88º | 0.33% | 0.41% | - |
| HSV(B) | 210.88º | 0.49% | 0.54% | - |
| XYZ | 11.96 | 12.84 | 25.89 | - |
| YUV | 97.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 138 | 0.49 | 0.25 | 0 | 0.46 | 210.88 | 0.33 | 0.41 |
| Hex | 46 | 67 | 8A | 31 | 19 | 0 | 2E | D3 | 21 | 29 |
| Octal | 106 | 147 | 212 | 61 | 31 | 0 | 56 | 323 | 41 | 51 |
| Binary | 1000110 | 1100111 | 10001010 | 110001 | 11001 | 0 | 101110 | 11010011 | 100001 | 101001 |
Color Harmonies of #46678A
Complementary color
Monochromatic Colors of #46678A
Black with #46678A
Text Example
Text Example
White with #46678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46678A; }
p { color: rgb(70,103,138); }
H1.HeaderClassName
{
color: #46678A;
}
.AnyTagClassName
{
color: #46678A;
}
</style>
background-color css
<style>
a { background-color: #46678A; }
a { background-color: rgb(70,103,138); }
div.DivClassName
{
background-color: #46678A;
}
.BgClassName
{
background-color: #46678A;
}
</style>
border-color css
<style>
span { border-color: #46678A; }
span { border-color: rgb(70,103,138); }
td.TdClassName
{
border-color: #46678A;
}
.TagClassName
{
border-color: #46678A;
}
</style>