Shades of Wedgewood #406C95
Tints of Wedgewood #406C95
RGB
CMYK
RGB Variations
Color information
#406C95 (or 0x406C95) is known color: Wedgewood. HEX triplet: 40, 6C and 95. RGB value is (64,108,149). Sum of RGB (Red+Green+Blue) = 64+108+149=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #406C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C95 is #BF936A. Grayscale: #636363. Windows color (decimal): -12555115 or 9792576. OLE color: 9792576.
HSL color Cylindrical-coordinate representation of color #406C95: hue angle of 208.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406C95 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 108 | 149 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.42 |
| HSL | 208.94º | 0.4% | 0.42% | - |
| HSV(B) | 208.94º | 0.57% | 0.58% | - |
| XYZ | 12.9 | 13.99 | 30.45 | - |
| YUV | 99.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 149 | 0.57 | 0.28 | 0 | 0.42 | 208.94 | 0.4 | 0.42 |
| Hex | 40 | 6C | 95 | 39 | 1C | 0 | 2A | D1 | 28 | 2A |
| Octal | 100 | 154 | 225 | 71 | 34 | 0 | 52 | 321 | 50 | 52 |
| Binary | 1000000 | 1101100 | 10010101 | 111001 | 11100 | 0 | 101010 | 11010001 | 101000 | 101010 |
Color Harmonies of #406C95
Complementary color
Monochromatic Colors of #406C95
Black with #406C95
Text Example
Text Example
White with #406C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C95; }
p { color: rgb(64,108,149); }
H1.HeaderClassName
{
color: #406C95;
}
.AnyTagClassName
{
color: #406C95;
}
</style>
background-color css
<style>
a { background-color: #406C95; }
a { background-color: rgb(64,108,149); }
div.DivClassName
{
background-color: #406C95;
}
.BgClassName
{
background-color: #406C95;
}
</style>
border-color css
<style>
span { border-color: #406C95; }
span { border-color: rgb(64,108,149); }
td.TdClassName
{
border-color: #406C95;
}
.TagClassName
{
border-color: #406C95;
}
</style>