Shades of Wedgewood #466C92
Tints of Wedgewood #466C92
RGB
CMYK
RGB Variations
Color information
#466C92 (or 0x466C92) is known color: Wedgewood. HEX triplet: 46, 6C and 92. RGB value is (70,108,146). Sum of RGB (Red+Green+Blue) = 70+108+146=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #466C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C92 is #B9936D. Grayscale: #646464. Windows color (decimal): -12161902 or 9595974. OLE color: 9595974.
HSL color Cylindrical-coordinate representation of color #466C92: hue angle of 210º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466C92 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 108 | 146 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.43 |
| HSL | 210º | 0.35% | 0.42% | - |
| HSV(B) | 210º | 0.52% | 0.57% | - |
| XYZ | 13.08 | 14.1 | 29.23 | - |
| YUV | 100.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 146 | 0.52 | 0.26 | 0 | 0.43 | 210 | 0.35 | 0.42 |
| Hex | 46 | 6C | 92 | 34 | 1A | 0 | 2B | D2 | 23 | 2A |
| Octal | 106 | 154 | 222 | 64 | 32 | 0 | 53 | 322 | 43 | 52 |
| Binary | 1000110 | 1101100 | 10010010 | 110100 | 11010 | 0 | 101011 | 11010010 | 100011 | 101010 |
Color Harmonies of #466C92
Complementary color
Monochromatic Colors of #466C92
Black with #466C92
Text Example
Text Example
White with #466C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C92; }
p { color: rgb(70,108,146); }
H1.HeaderClassName
{
color: #466C92;
}
.AnyTagClassName
{
color: #466C92;
}
</style>
background-color css
<style>
a { background-color: #466C92; }
a { background-color: rgb(70,108,146); }
div.DivClassName
{
background-color: #466C92;
}
.BgClassName
{
background-color: #466C92;
}
</style>
border-color css
<style>
span { border-color: #466C92; }
span { border-color: rgb(70,108,146); }
td.TdClassName
{
border-color: #466C92;
}
.TagClassName
{
border-color: #466C92;
}
</style>