Shades of Wedgewood #46667F
Tints of Wedgewood #46667F
RGB
CMYK
RGB Variations
Color information
#46667F (or 0x46667F) is known color: Wedgewood. HEX triplet: 46, 66 and 7F. RGB value is (70,102,127). Sum of RGB (Red+Green+Blue) = 70+102+127=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #46667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46667F is #B99980. Grayscale: #5F5F5F. Windows color (decimal): -12163457 or 8349254. OLE color: 8349254.
HSL color Cylindrical-coordinate representation of color #46667F: hue angle of 206.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46667F is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 102 | 127 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.50 |
| HSL | 206.32º | 0.29% | 0.39% | - |
| HSV(B) | 206.32º | 0.45% | 0.5% | - |
| XYZ | 11.11 | 12.34 | 21.87 | - |
| YUV | 95.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 127 | 0.45 | 0.20 | 0 | 0.50 | 206.32 | 0.29 | 0.39 |
| Hex | 46 | 66 | 7F | 2D | 14 | 0 | 32 | CE | 1D | 27 |
| Octal | 106 | 146 | 177 | 55 | 24 | 0 | 62 | 316 | 35 | 47 |
| Binary | 1000110 | 1100110 | 1111111 | 101101 | 10100 | 0 | 110010 | 11001110 | 11101 | 100111 |
Color Harmonies of #46667F
Complementary color
Monochromatic Colors of #46667F
Black with #46667F
Text Example
Text Example
White with #46667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46667F; }
p { color: rgb(70,102,127); }
H1.HeaderClassName
{
color: #46667F;
}
.AnyTagClassName
{
color: #46667F;
}
</style>
background-color css
<style>
a { background-color: #46667F; }
a { background-color: rgb(70,102,127); }
div.DivClassName
{
background-color: #46667F;
}
.BgClassName
{
background-color: #46667F;
}
</style>
border-color css
<style>
span { border-color: #46667F; }
span { border-color: rgb(70,102,127); }
td.TdClassName
{
border-color: #46667F;
}
.TagClassName
{
border-color: #46667F;
}
</style>