Shades of Wedgewood #466C8A
Tints of Wedgewood #466C8A
RGB
CMYK
RGB Variations
Color information
#466C8A (or 0x466C8A) is known color: Wedgewood. HEX triplet: 46, 6C and 8A. RGB value is (70,108,138). Sum of RGB (Red+Green+Blue) = 70+108+138=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #466C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8A is #B99375. Grayscale: #636363. Windows color (decimal): -12161910 or 9071686. OLE color: 9071686.
HSL color Cylindrical-coordinate representation of color #466C8A: hue angle of 206.47º 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 #466C8A is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 108 | 138 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.46 |
| HSL | 206.47º | 0.33% | 0.41% | - |
| HSV(B) | 206.47º | 0.49% | 0.54% | - |
| XYZ | 12.48 | 13.86 | 26.06 | - |
| YUV | 100.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 138 | 0.49 | 0.22 | 0 | 0.46 | 206.47 | 0.33 | 0.41 |
| Hex | 46 | 6C | 8A | 31 | 16 | 0 | 2E | CE | 21 | 29 |
| Octal | 106 | 154 | 212 | 61 | 26 | 0 | 56 | 316 | 41 | 51 |
| Binary | 1000110 | 1101100 | 10001010 | 110001 | 10110 | 0 | 101110 | 11001110 | 100001 | 101001 |
Color Harmonies of #466C8A
Complementary color
Monochromatic Colors of #466C8A
Black with #466C8A
Text Example
Text Example
White with #466C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C8A; }
p { color: rgb(70,108,138); }
H1.HeaderClassName
{
color: #466C8A;
}
.AnyTagClassName
{
color: #466C8A;
}
</style>
background-color css
<style>
a { background-color: #466C8A; }
a { background-color: rgb(70,108,138); }
div.DivClassName
{
background-color: #466C8A;
}
.BgClassName
{
background-color: #466C8A;
}
</style>
border-color css
<style>
span { border-color: #466C8A; }
span { border-color: rgb(70,108,138); }
td.TdClassName
{
border-color: #466C8A;
}
.TagClassName
{
border-color: #466C8A;
}
</style>