Shades of Wedgewood #466A8D
Tints of Wedgewood #466A8D
RGB
CMYK
RGB Variations
Color information
#466A8D (or 0x466A8D) is known color: Wedgewood. HEX triplet: 46, 6A and 8D. RGB value is (70,106,141). Sum of RGB (Red+Green+Blue) = 70+106+141=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #466A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A8D is #B99572. Grayscale: #636363. Windows color (decimal): -12162419 or 9267782. OLE color: 9267782.
HSL color Cylindrical-coordinate representation of color #466A8D: hue angle of 209.58º 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 #466A8D is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 106 | 141 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.45 |
| HSL | 209.58º | 0.34% | 0.41% | - |
| HSV(B) | 209.58º | 0.5% | 0.55% | - |
| XYZ | 12.49 | 13.53 | 27.15 | - |
| YUV | 99.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 141 | 0.50 | 0.25 | 0 | 0.45 | 209.58 | 0.34 | 0.41 |
| Hex | 46 | 6A | 8D | 32 | 19 | 0 | 2D | D2 | 22 | 29 |
| Octal | 106 | 152 | 215 | 62 | 31 | 0 | 55 | 322 | 42 | 51 |
| Binary | 1000110 | 1101010 | 10001101 | 110010 | 11001 | 0 | 101101 | 11010010 | 100010 | 101001 |
Color Harmonies of #466A8D
Complementary color
Monochromatic Colors of #466A8D
Black with #466A8D
Text Example
Text Example
White with #466A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A8D; }
p { color: rgb(70,106,141); }
H1.HeaderClassName
{
color: #466A8D;
}
.AnyTagClassName
{
color: #466A8D;
}
</style>
background-color css
<style>
a { background-color: #466A8D; }
a { background-color: rgb(70,106,141); }
div.DivClassName
{
background-color: #466A8D;
}
.BgClassName
{
background-color: #466A8D;
}
</style>
border-color css
<style>
span { border-color: #466A8D; }
span { border-color: rgb(70,106,141); }
td.TdClassName
{
border-color: #466A8D;
}
.TagClassName
{
border-color: #466A8D;
}
</style>