Shades of Wedgewood #466C8E
Tints of Wedgewood #466C8E
RGB
CMYK
RGB Variations
Color information
#466C8E (or 0x466C8E) is known color: Wedgewood. HEX triplet: 46, 6C and 8E. RGB value is (70,108,142). Sum of RGB (Red+Green+Blue) = 70+108+142=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #466C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8E is #B99371. Grayscale: #646464. Windows color (decimal): -12161906 or 9333830. OLE color: 9333830.
HSL color Cylindrical-coordinate representation of color #466C8E: hue angle of 208.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466C8E is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 108 | 142 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.44 |
| HSL | 208.33º | 0.34% | 0.42% | - |
| HSV(B) | 208.33º | 0.51% | 0.56% | - |
| XYZ | 12.77 | 13.98 | 27.62 | - |
| YUV | 100.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 142 | 0.51 | 0.24 | 0 | 0.44 | 208.33 | 0.34 | 0.42 |
| Hex | 46 | 6C | 8E | 33 | 18 | 0 | 2C | D0 | 22 | 2A |
| Octal | 106 | 154 | 216 | 63 | 30 | 0 | 54 | 320 | 42 | 52 |
| Binary | 1000110 | 1101100 | 10001110 | 110011 | 11000 | 0 | 101100 | 11010000 | 100010 | 101010 |
Color Harmonies of #466C8E
Complementary color
Monochromatic Colors of #466C8E
Black with #466C8E
Text Example
Text Example
White with #466C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C8E; }
p { color: rgb(70,108,142); }
H1.HeaderClassName
{
color: #466C8E;
}
.AnyTagClassName
{
color: #466C8E;
}
</style>
background-color css
<style>
a { background-color: #466C8E; }
a { background-color: rgb(70,108,142); }
div.DivClassName
{
background-color: #466C8E;
}
.BgClassName
{
background-color: #466C8E;
}
</style>
border-color css
<style>
span { border-color: #466C8E; }
span { border-color: rgb(70,108,142); }
td.TdClassName
{
border-color: #466C8E;
}
.TagClassName
{
border-color: #466C8E;
}
</style>