Shades of Wedgewood #40608B
Tints of Wedgewood #40608B
RGB
CMYK
RGB Variations
Color information
#40608B (or 0x40608B) is known color: Wedgewood. HEX triplet: 40, 60 and 8B. RGB value is (64,96,139). Sum of RGB (Red+Green+Blue) = 64+96+139=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #40608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40608B is #BF9F74. Grayscale: #5B5B5B. Windows color (decimal): -12558197 or 9134144. OLE color: 9134144.
HSL color Cylindrical-coordinate representation of color #40608B: hue angle of 214.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40608B is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 96 | 139 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.45 |
| HSL | 214.4º | 0.37% | 0.4% | - |
| HSV(B) | 214.4º | 0.54% | 0.55% | - |
| XYZ | 10.96 | 11.32 | 26.03 | - |
| YUV | 91.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 139 | 0.54 | 0.31 | 0 | 0.45 | 214.4 | 0.37 | 0.4 |
| Hex | 40 | 60 | 8B | 36 | 1F | 0 | 2D | D6 | 25 | 28 |
| Octal | 100 | 140 | 213 | 66 | 37 | 0 | 55 | 326 | 45 | 50 |
| Binary | 1000000 | 1100000 | 10001011 | 110110 | 11111 | 0 | 101101 | 11010110 | 100101 | 101000 |
Color Harmonies of #40608B
Complementary color
Monochromatic Colors of #40608B
Black with #40608B
Text Example
Text Example
White with #40608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40608B; }
p { color: rgb(64,96,139); }
H1.HeaderClassName
{
color: #40608B;
}
.AnyTagClassName
{
color: #40608B;
}
</style>
background-color css
<style>
a { background-color: #40608B; }
a { background-color: rgb(64,96,139); }
div.DivClassName
{
background-color: #40608B;
}
.BgClassName
{
background-color: #40608B;
}
</style>
border-color css
<style>
span { border-color: #40608B; }
span { border-color: rgb(64,96,139); }
td.TdClassName
{
border-color: #40608B;
}
.TagClassName
{
border-color: #40608B;
}
</style>