Shades of Wedgewood #466B8A
Tints of Wedgewood #466B8A
RGB
CMYK
RGB Variations
Color information
#466B8A (or 0x466B8A) is known color: Wedgewood. HEX triplet: 46, 6B and 8A. RGB value is (70,107,138). Sum of RGB (Red+Green+Blue) = 70+107+138=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #466B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B8A is #B99475. Grayscale: #636363. Windows color (decimal): -12162166 or 9071430. OLE color: 9071430.
HSL color Cylindrical-coordinate representation of color #466B8A: hue angle of 207.35º 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 #466B8A is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 107 | 138 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.46 |
| HSL | 207.35º | 0.33% | 0.41% | - |
| HSV(B) | 207.35º | 0.49% | 0.54% | - |
| XYZ | 12.37 | 13.65 | 26.03 | - |
| YUV | 99.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 138 | 0.49 | 0.22 | 0 | 0.46 | 207.35 | 0.33 | 0.41 |
| Hex | 46 | 6B | 8A | 31 | 16 | 0 | 2E | CF | 21 | 29 |
| Octal | 106 | 153 | 212 | 61 | 26 | 0 | 56 | 317 | 41 | 51 |
| Binary | 1000110 | 1101011 | 10001010 | 110001 | 10110 | 0 | 101110 | 11001111 | 100001 | 101001 |
Color Harmonies of #466B8A
Complementary color
Monochromatic Colors of #466B8A
Black with #466B8A
Text Example
Text Example
White with #466B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B8A; }
p { color: rgb(70,107,138); }
H1.HeaderClassName
{
color: #466B8A;
}
.AnyTagClassName
{
color: #466B8A;
}
</style>
background-color css
<style>
a { background-color: #466B8A; }
a { background-color: rgb(70,107,138); }
div.DivClassName
{
background-color: #466B8A;
}
.BgClassName
{
background-color: #466B8A;
}
</style>
border-color css
<style>
span { border-color: #466B8A; }
span { border-color: rgb(70,107,138); }
td.TdClassName
{
border-color: #466B8A;
}
.TagClassName
{
border-color: #466B8A;
}
</style>