Shades of Wedgewood #40688B
Tints of Wedgewood #40688B
RGB
CMYK
RGB Variations
Color information
#40688B (or 0x40688B) is known color: Wedgewood. HEX triplet: 40, 68 and 8B. RGB value is (64,104,139). Sum of RGB (Red+Green+Blue) = 64+104+139=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #40688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688B is #BF9774. Grayscale: #5F5F5F. Windows color (decimal): -12556149 or 9136192. OLE color: 9136192.
HSL color Cylindrical-coordinate representation of color #40688B: hue angle of 208º 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 #40688B is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 104 | 139 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.45 |
| HSL | 208º | 0.37% | 0.4% | - |
| HSV(B) | 208º | 0.54% | 0.55% | - |
| XYZ | 11.72 | 12.85 | 26.29 | - |
| YUV | 96.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 139 | 0.54 | 0.25 | 0 | 0.45 | 208 | 0.37 | 0.4 |
| Hex | 40 | 68 | 8B | 36 | 19 | 0 | 2D | D0 | 25 | 28 |
| Octal | 100 | 150 | 213 | 66 | 31 | 0 | 55 | 320 | 45 | 50 |
| Binary | 1000000 | 1101000 | 10001011 | 110110 | 11001 | 0 | 101101 | 11010000 | 100101 | 101000 |
Color Harmonies of #40688B
Complementary color
Monochromatic Colors of #40688B
Black with #40688B
Text Example
Text Example
White with #40688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40688B; }
p { color: rgb(64,104,139); }
H1.HeaderClassName
{
color: #40688B;
}
.AnyTagClassName
{
color: #40688B;
}
</style>
background-color css
<style>
a { background-color: #40688B; }
a { background-color: rgb(64,104,139); }
div.DivClassName
{
background-color: #40688B;
}
.BgClassName
{
background-color: #40688B;
}
</style>
border-color css
<style>
span { border-color: #40688B; }
span { border-color: rgb(64,104,139); }
td.TdClassName
{
border-color: #40688B;
}
.TagClassName
{
border-color: #40688B;
}
</style>