Shades of Wedgewood #466284
Tints of Wedgewood #466284
RGB
CMYK
RGB Variations
Color information
#466284 (or 0x466284) is known color: Wedgewood. HEX triplet: 46, 62 and 84. RGB value is (70,98,132). Sum of RGB (Red+Green+Blue) = 70+98+132=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #466284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466284 is #B99D7B. Grayscale: #5D5D5D. Windows color (decimal): -12164476 or 8675910. OLE color: 8675910.
HSL color Cylindrical-coordinate representation of color #466284: hue angle of 212.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466284 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 98 | 132 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.48 |
| HSL | 212.9º | 0.31% | 0.4% | - |
| HSV(B) | 212.9º | 0.47% | 0.52% | - |
| XYZ | 11.06 | 11.7 | 23.51 | - |
| YUV | 93.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 132 | 0.47 | 0.26 | 0 | 0.48 | 212.9 | 0.31 | 0.4 |
| Hex | 46 | 62 | 84 | 2F | 1A | 0 | 30 | D5 | 1F | 28 |
| Octal | 106 | 142 | 204 | 57 | 32 | 0 | 60 | 325 | 37 | 50 |
| Binary | 1000110 | 1100010 | 10000100 | 101111 | 11010 | 0 | 110000 | 11010101 | 11111 | 101000 |
Color Harmonies of #466284
Complementary color
Monochromatic Colors of #466284
Black with #466284
Text Example
Text Example
White with #466284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466284; }
p { color: rgb(70,98,132); }
H1.HeaderClassName
{
color: #466284;
}
.AnyTagClassName
{
color: #466284;
}
</style>
background-color css
<style>
a { background-color: #466284; }
a { background-color: rgb(70,98,132); }
div.DivClassName
{
background-color: #466284;
}
.BgClassName
{
background-color: #466284;
}
</style>
border-color css
<style>
span { border-color: #466284; }
span { border-color: rgb(70,98,132); }
td.TdClassName
{
border-color: #466284;
}
.TagClassName
{
border-color: #466284;
}
</style>