Shades of Wedgewood #466D8B
Tints of Wedgewood #466D8B
RGB
CMYK
RGB Variations
Color information
#466D8B (or 0x466D8B) is known color: Wedgewood. HEX triplet: 46, 6D and 8B. RGB value is (70,109,139). Sum of RGB (Red+Green+Blue) = 70+109+139=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #466D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8B is #B99274. Grayscale: #646464. Windows color (decimal): -12161653 or 9137478. OLE color: 9137478.
HSL color Cylindrical-coordinate representation of color #466D8B: hue angle of 206.09º 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 #466D8B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 109 | 139 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.45 |
| HSL | 206.09º | 0.33% | 0.41% | - |
| HSV(B) | 206.09º | 0.5% | 0.55% | - |
| XYZ | 12.65 | 14.1 | 26.48 | - |
| YUV | 100.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 139 | 0.50 | 0.22 | 0 | 0.45 | 206.09 | 0.33 | 0.41 |
| Hex | 46 | 6D | 8B | 32 | 16 | 0 | 2D | CE | 21 | 29 |
| Octal | 106 | 155 | 213 | 62 | 26 | 0 | 55 | 316 | 41 | 51 |
| Binary | 1000110 | 1101101 | 10001011 | 110010 | 10110 | 0 | 101101 | 11001110 | 100001 | 101001 |
Color Harmonies of #466D8B
Complementary color
Monochromatic Colors of #466D8B
Black with #466D8B
Text Example
Text Example
White with #466D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D8B; }
p { color: rgb(70,109,139); }
H1.HeaderClassName
{
color: #466D8B;
}
.AnyTagClassName
{
color: #466D8B;
}
</style>
background-color css
<style>
a { background-color: #466D8B; }
a { background-color: rgb(70,109,139); }
div.DivClassName
{
background-color: #466D8B;
}
.BgClassName
{
background-color: #466D8B;
}
</style>
border-color css
<style>
span { border-color: #466D8B; }
span { border-color: rgb(70,109,139); }
td.TdClassName
{
border-color: #466D8B;
}
.TagClassName
{
border-color: #466D8B;
}
</style>