Shades of Wedgewood #466D8A
Tints of Wedgewood #466D8A
RGB
CMYK
RGB Variations
Color information
#466D8A (or 0x466D8A) is known color: Wedgewood. HEX triplet: 46, 6D and 8A. RGB value is (70,109,138). Sum of RGB (Red+Green+Blue) = 70+109+138=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #466D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8A is #B99275. Grayscale: #646464. Windows color (decimal): -12161654 or 9071942. OLE color: 9071942.
HSL color Cylindrical-coordinate representation of color #466D8A: hue angle of 205.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466D8A is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 109 | 138 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.46 |
| HSL | 205.59º | 0.33% | 0.41% | - |
| HSV(B) | 205.59º | 0.49% | 0.54% | - |
| XYZ | 12.58 | 14.07 | 26.1 | - |
| YUV | 100.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 138 | 0.49 | 0.21 | 0 | 0.46 | 205.59 | 0.33 | 0.41 |
| Hex | 46 | 6D | 8A | 31 | 15 | 0 | 2E | CE | 21 | 29 |
| Octal | 106 | 155 | 212 | 61 | 25 | 0 | 56 | 316 | 41 | 51 |
| Binary | 1000110 | 1101101 | 10001010 | 110001 | 10101 | 0 | 101110 | 11001110 | 100001 | 101001 |
Color Harmonies of #466D8A
Complementary color
Monochromatic Colors of #466D8A
Black with #466D8A
Text Example
Text Example
White with #466D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D8A; }
p { color: rgb(70,109,138); }
H1.HeaderClassName
{
color: #466D8A;
}
.AnyTagClassName
{
color: #466D8A;
}
</style>
background-color css
<style>
a { background-color: #466D8A; }
a { background-color: rgb(70,109,138); }
div.DivClassName
{
background-color: #466D8A;
}
.BgClassName
{
background-color: #466D8A;
}
</style>
border-color css
<style>
span { border-color: #466D8A; }
span { border-color: rgb(70,109,138); }
td.TdClassName
{
border-color: #466D8A;
}
.TagClassName
{
border-color: #466D8A;
}
</style>