Shades of Wedgewood #466B90
Tints of Wedgewood #466B90
RGB
CMYK
RGB Variations
Color information
#466B90 (or 0x466B90) is known color: Wedgewood. HEX triplet: 46, 6B and 90. RGB value is (70,107,144). Sum of RGB (Red+Green+Blue) = 70+107+144=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #466B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B90 is #B9946F. Grayscale: #636363. Windows color (decimal): -12162160 or 9464646. OLE color: 9464646.
HSL color Cylindrical-coordinate representation of color #466B90: hue angle of 210º degrees, saturation: 0.35, 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 #466B90 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 107 | 144 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.44 |
| HSL | 210º | 0.35% | 0.42% | - |
| HSV(B) | 210º | 0.51% | 0.56% | - |
| XYZ | 12.82 | 13.83 | 28.38 | - |
| YUV | 100.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 144 | 0.51 | 0.26 | 0 | 0.44 | 210 | 0.35 | 0.42 |
| Hex | 46 | 6B | 90 | 33 | 1A | 0 | 2C | D2 | 23 | 2A |
| Octal | 106 | 153 | 220 | 63 | 32 | 0 | 54 | 322 | 43 | 52 |
| Binary | 1000110 | 1101011 | 10010000 | 110011 | 11010 | 0 | 101100 | 11010010 | 100011 | 101010 |
Color Harmonies of #466B90
Complementary color
Monochromatic Colors of #466B90
Black with #466B90
Text Example
Text Example
White with #466B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B90; }
p { color: rgb(70,107,144); }
H1.HeaderClassName
{
color: #466B90;
}
.AnyTagClassName
{
color: #466B90;
}
</style>
background-color css
<style>
a { background-color: #466B90; }
a { background-color: rgb(70,107,144); }
div.DivClassName
{
background-color: #466B90;
}
.BgClassName
{
background-color: #466B90;
}
</style>
border-color css
<style>
span { border-color: #466B90; }
span { border-color: rgb(70,107,144); }
td.TdClassName
{
border-color: #466B90;
}
.TagClassName
{
border-color: #466B90;
}
</style>