Shades of Wedgewood #40668F
Tints of Wedgewood #40668F
RGB
CMYK
RGB Variations
Color information
#40668F (or 0x40668F) is known color: Wedgewood. HEX triplet: 40, 66 and 8F. RGB value is (64,102,143). Sum of RGB (Red+Green+Blue) = 64+102+143=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #40668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668F is #BF9970. Grayscale: #5F5F5F. Windows color (decimal): -12556657 or 9397824. OLE color: 9397824.
HSL color Cylindrical-coordinate representation of color #40668F: hue angle of 211.14º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40668F is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 102 | 143 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.44 |
| HSL | 211.14º | 0.38% | 0.41% | - |
| HSV(B) | 211.14º | 0.55% | 0.56% | - |
| XYZ | 11.82 | 12.58 | 27.79 | - |
| YUV | 95.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 143 | 0.55 | 0.29 | 0 | 0.44 | 211.14 | 0.38 | 0.41 |
| Hex | 40 | 66 | 8F | 37 | 1D | 0 | 2C | D3 | 26 | 29 |
| Octal | 100 | 146 | 217 | 67 | 35 | 0 | 54 | 323 | 46 | 51 |
| Binary | 1000000 | 1100110 | 10001111 | 110111 | 11101 | 0 | 101100 | 11010011 | 100110 | 101001 |
Color Harmonies of #40668F
Complementary color
Monochromatic Colors of #40668F
Black with #40668F
Text Example
Text Example
White with #40668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40668F; }
p { color: rgb(64,102,143); }
H1.HeaderClassName
{
color: #40668F;
}
.AnyTagClassName
{
color: #40668F;
}
</style>
background-color css
<style>
a { background-color: #40668F; }
a { background-color: rgb(64,102,143); }
div.DivClassName
{
background-color: #40668F;
}
.BgClassName
{
background-color: #40668F;
}
</style>
border-color css
<style>
span { border-color: #40668F; }
span { border-color: rgb(64,102,143); }
td.TdClassName
{
border-color: #40668F;
}
.TagClassName
{
border-color: #40668F;
}
</style>