Shades of Wedgewood #466C8D
Tints of Wedgewood #466C8D
RGB
CMYK
RGB Variations
Color information
#466C8D (or 0x466C8D) is known color: Wedgewood. HEX triplet: 46, 6C and 8D. RGB value is (70,108,141). Sum of RGB (Red+Green+Blue) = 70+108+141=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #466C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8D is #B99372. Grayscale: #646464. Windows color (decimal): -12161907 or 9268294. OLE color: 9268294.
HSL color Cylindrical-coordinate representation of color #466C8D: hue angle of 207.89º degrees, saturation: 0.34, 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 #466C8D is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 108 | 141 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.45 |
| HSL | 207.89º | 0.34% | 0.41% | - |
| HSV(B) | 207.89º | 0.5% | 0.55% | - |
| XYZ | 12.7 | 13.95 | 27.22 | - |
| YUV | 100.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 141 | 0.50 | 0.23 | 0 | 0.45 | 207.89 | 0.34 | 0.41 |
| Hex | 46 | 6C | 8D | 32 | 17 | 0 | 2D | D0 | 22 | 29 |
| Octal | 106 | 154 | 215 | 62 | 27 | 0 | 55 | 320 | 42 | 51 |
| Binary | 1000110 | 1101100 | 10001101 | 110010 | 10111 | 0 | 101101 | 11010000 | 100010 | 101001 |
Color Harmonies of #466C8D
Complementary color
Monochromatic Colors of #466C8D
Black with #466C8D
Text Example
Text Example
White with #466C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C8D; }
p { color: rgb(70,108,141); }
H1.HeaderClassName
{
color: #466C8D;
}
.AnyTagClassName
{
color: #466C8D;
}
</style>
background-color css
<style>
a { background-color: #466C8D; }
a { background-color: rgb(70,108,141); }
div.DivClassName
{
background-color: #466C8D;
}
.BgClassName
{
background-color: #466C8D;
}
</style>
border-color css
<style>
span { border-color: #466C8D; }
span { border-color: rgb(70,108,141); }
td.TdClassName
{
border-color: #466C8D;
}
.TagClassName
{
border-color: #466C8D;
}
</style>