Shades of Wedgewood #40668A
Tints of Wedgewood #40668A
RGB
CMYK
RGB Variations
Color information
#40668A (or 0x40668A) is known color: Wedgewood. HEX triplet: 40, 66 and 8A. RGB value is (64,102,138). Sum of RGB (Red+Green+Blue) = 64+102+138=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #40668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668A is #BF9975. Grayscale: #5E5E5E. Windows color (decimal): -12556662 or 9070144. OLE color: 9070144.
HSL color Cylindrical-coordinate representation of color #40668A: hue angle of 209.19º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40668A is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 102 | 138 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.46 |
| HSL | 209.19º | 0.37% | 0.4% | - |
| HSV(B) | 209.19º | 0.54% | 0.54% | - |
| XYZ | 11.45 | 12.43 | 25.84 | - |
| YUV | 94.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 138 | 0.54 | 0.26 | 0 | 0.46 | 209.19 | 0.37 | 0.4 |
| Hex | 40 | 66 | 8A | 36 | 1A | 0 | 2E | D1 | 25 | 28 |
| Octal | 100 | 146 | 212 | 66 | 32 | 0 | 56 | 321 | 45 | 50 |
| Binary | 1000000 | 1100110 | 10001010 | 110110 | 11010 | 0 | 101110 | 11010001 | 100101 | 101000 |
Color Harmonies of #40668A
Complementary color
Monochromatic Colors of #40668A
Black with #40668A
Text Example
Text Example
White with #40668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40668A; }
p { color: rgb(64,102,138); }
H1.HeaderClassName
{
color: #40668A;
}
.AnyTagClassName
{
color: #40668A;
}
</style>
background-color css
<style>
a { background-color: #40668A; }
a { background-color: rgb(64,102,138); }
div.DivClassName
{
background-color: #40668A;
}
.BgClassName
{
background-color: #40668A;
}
</style>
border-color css
<style>
span { border-color: #40668A; }
span { border-color: rgb(64,102,138); }
td.TdClassName
{
border-color: #40668A;
}
.TagClassName
{
border-color: #40668A;
}
</style>