Shades of Wedgewood #466D8C
Tints of Wedgewood #466D8C
RGB
CMYK
RGB Variations
Color information
#466D8C (or 0x466D8C) is known color: Wedgewood. HEX triplet: 46, 6D and 8C. RGB value is (70,109,140). Sum of RGB (Red+Green+Blue) = 70+109+140=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #466D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8C is #B99273. Grayscale: #646464. Windows color (decimal): -12161652 or 9203014. OLE color: 9203014.
HSL color Cylindrical-coordinate representation of color #466D8C: hue angle of 206.57º 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 #466D8C is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 109 | 140 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.45 |
| HSL | 206.57º | 0.33% | 0.41% | - |
| HSV(B) | 206.57º | 0.5% | 0.55% | - |
| XYZ | 12.73 | 14.13 | 26.87 | - |
| YUV | 100.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 140 | 0.50 | 0.22 | 0 | 0.45 | 206.57 | 0.33 | 0.41 |
| Hex | 46 | 6D | 8C | 32 | 16 | 0 | 2D | CF | 21 | 29 |
| Octal | 106 | 155 | 214 | 62 | 26 | 0 | 55 | 317 | 41 | 51 |
| Binary | 1000110 | 1101101 | 10001100 | 110010 | 10110 | 0 | 101101 | 11001111 | 100001 | 101001 |
Color Harmonies of #466D8C
Complementary color
Monochromatic Colors of #466D8C
Black with #466D8C
Text Example
Text Example
White with #466D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D8C; }
p { color: rgb(70,109,140); }
H1.HeaderClassName
{
color: #466D8C;
}
.AnyTagClassName
{
color: #466D8C;
}
</style>
background-color css
<style>
a { background-color: #466D8C; }
a { background-color: rgb(70,109,140); }
div.DivClassName
{
background-color: #466D8C;
}
.BgClassName
{
background-color: #466D8C;
}
</style>
border-color css
<style>
span { border-color: #466D8C; }
span { border-color: rgb(70,109,140); }
td.TdClassName
{
border-color: #466D8C;
}
.TagClassName
{
border-color: #466D8C;
}
</style>