Shades of Wedgewood #466C8C
Tints of Wedgewood #466C8C
RGB
CMYK
RGB Variations
Color information
#466C8C (or 0x466C8C) is known color: Wedgewood. HEX triplet: 46, 6C and 8C. RGB value is (70,108,140). Sum of RGB (Red+Green+Blue) = 70+108+140=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #466C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8C is #B99373. Grayscale: #646464. Windows color (decimal): -12161908 or 9202758. OLE color: 9202758.
HSL color Cylindrical-coordinate representation of color #466C8C: hue angle of 207.43º degrees, saturation: 0.33, 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 #466C8C is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 108 | 140 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.45 |
| HSL | 207.43º | 0.33% | 0.41% | - |
| HSV(B) | 207.43º | 0.5% | 0.55% | - |
| XYZ | 12.62 | 13.92 | 26.83 | - |
| YUV | 100.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 140 | 0.50 | 0.23 | 0 | 0.45 | 207.43 | 0.33 | 0.41 |
| Hex | 46 | 6C | 8C | 32 | 17 | 0 | 2D | CF | 21 | 29 |
| Octal | 106 | 154 | 214 | 62 | 27 | 0 | 55 | 317 | 41 | 51 |
| Binary | 1000110 | 1101100 | 10001100 | 110010 | 10111 | 0 | 101101 | 11001111 | 100001 | 101001 |
Color Harmonies of #466C8C
Complementary color
Monochromatic Colors of #466C8C
Black with #466C8C
Text Example
Text Example
White with #466C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C8C; }
p { color: rgb(70,108,140); }
H1.HeaderClassName
{
color: #466C8C;
}
.AnyTagClassName
{
color: #466C8C;
}
</style>
background-color css
<style>
a { background-color: #466C8C; }
a { background-color: rgb(70,108,140); }
div.DivClassName
{
background-color: #466C8C;
}
.BgClassName
{
background-color: #466C8C;
}
</style>
border-color css
<style>
span { border-color: #466C8C; }
span { border-color: rgb(70,108,140); }
td.TdClassName
{
border-color: #466C8C;
}
.TagClassName
{
border-color: #466C8C;
}
</style>