Shades of Wedgewood #46708B
Tints of Wedgewood #46708B
RGB
CMYK
RGB Variations
Color information
#46708B (or 0x46708B) is known color: Wedgewood. HEX triplet: 46, 70 and 8B. RGB value is (70,112,139). Sum of RGB (Red+Green+Blue) = 70+112+139=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #46708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46708B is #B98F74. Grayscale: #666666. Windows color (decimal): -12160885 or 9138246. OLE color: 9138246.
HSL color Cylindrical-coordinate representation of color #46708B: hue angle of 203.48º 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 #46708B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 112 | 139 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.45 |
| HSL | 203.48º | 0.33% | 0.41% | - |
| HSV(B) | 203.48º | 0.5% | 0.55% | - |
| XYZ | 12.98 | 14.75 | 26.59 | - |
| YUV | 102.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 139 | 0.50 | 0.19 | 0 | 0.45 | 203.48 | 0.33 | 0.41 |
| Hex | 46 | 70 | 8B | 32 | 13 | 0 | 2D | CB | 21 | 29 |
| Octal | 106 | 160 | 213 | 62 | 23 | 0 | 55 | 313 | 41 | 51 |
| Binary | 1000110 | 1110000 | 10001011 | 110010 | 10011 | 0 | 101101 | 11001011 | 100001 | 101001 |
Color Harmonies of #46708B
Complementary color
Monochromatic Colors of #46708B
Black with #46708B
Text Example
Text Example
White with #46708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46708B; }
p { color: rgb(70,112,139); }
H1.HeaderClassName
{
color: #46708B;
}
.AnyTagClassName
{
color: #46708B;
}
</style>
background-color css
<style>
a { background-color: #46708B; }
a { background-color: rgb(70,112,139); }
div.DivClassName
{
background-color: #46708B;
}
.BgClassName
{
background-color: #46708B;
}
</style>
border-color css
<style>
span { border-color: #46708B; }
span { border-color: rgb(70,112,139); }
td.TdClassName
{
border-color: #46708B;
}
.TagClassName
{
border-color: #46708B;
}
</style>