Shades of Wedgewood #466C8F
Tints of Wedgewood #466C8F
RGB
CMYK
RGB Variations
Color information
#466C8F (or 0x466C8F) is known color: Wedgewood. HEX triplet: 46, 6C and 8F. RGB value is (70,108,143). Sum of RGB (Red+Green+Blue) = 70+108+143=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #466C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8F is #B99370. Grayscale: #646464. Windows color (decimal): -12161905 or 9399366. OLE color: 9399366.
HSL color Cylindrical-coordinate representation of color #466C8F: hue angle of 208.77º 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 #466C8F is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 108 | 143 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.44 |
| HSL | 208.77º | 0.34% | 0.42% | - |
| HSV(B) | 208.77º | 0.51% | 0.56% | - |
| XYZ | 12.85 | 14.01 | 28.01 | - |
| YUV | 100.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 143 | 0.51 | 0.24 | 0 | 0.44 | 208.77 | 0.34 | 0.42 |
| Hex | 46 | 6C | 8F | 33 | 18 | 0 | 2C | D1 | 22 | 2A |
| Octal | 106 | 154 | 217 | 63 | 30 | 0 | 54 | 321 | 42 | 52 |
| Binary | 1000110 | 1101100 | 10001111 | 110011 | 11000 | 0 | 101100 | 11010001 | 100010 | 101010 |
Color Harmonies of #466C8F
Complementary color
Monochromatic Colors of #466C8F
Black with #466C8F
Text Example
Text Example
White with #466C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C8F; }
p { color: rgb(70,108,143); }
H1.HeaderClassName
{
color: #466C8F;
}
.AnyTagClassName
{
color: #466C8F;
}
</style>
background-color css
<style>
a { background-color: #466C8F; }
a { background-color: rgb(70,108,143); }
div.DivClassName
{
background-color: #466C8F;
}
.BgClassName
{
background-color: #466C8F;
}
</style>
border-color css
<style>
span { border-color: #466C8F; }
span { border-color: rgb(70,108,143); }
td.TdClassName
{
border-color: #466C8F;
}
.TagClassName
{
border-color: #466C8F;
}
</style>