Shades of Wedgewood #40668C
Tints of Wedgewood #40668C
RGB
CMYK
RGB Variations
Color information
#40668C (or 0x40668C) is known color: Wedgewood. HEX triplet: 40, 66 and 8C. RGB value is (64,102,140). Sum of RGB (Red+Green+Blue) = 64+102+140=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #40668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40668C is #BF9973. Grayscale: #5E5E5E. Windows color (decimal): -12556660 or 9201216. OLE color: 9201216.
HSL color Cylindrical-coordinate representation of color #40668C: hue angle of 210º 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 #40668C is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 102 | 140 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.45 |
| HSL | 210º | 0.37% | 0.4% | - |
| HSV(B) | 210º | 0.54% | 0.55% | - |
| XYZ | 11.6 | 12.49 | 26.61 | - |
| YUV | 94.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 140 | 0.54 | 0.27 | 0 | 0.45 | 210 | 0.37 | 0.4 |
| Hex | 40 | 66 | 8C | 36 | 1B | 0 | 2D | D2 | 25 | 28 |
| Octal | 100 | 146 | 214 | 66 | 33 | 0 | 55 | 322 | 45 | 50 |
| Binary | 1000000 | 1100110 | 10001100 | 110110 | 11011 | 0 | 101101 | 11010010 | 100101 | 101000 |
Color Harmonies of #40668C
Complementary color
Monochromatic Colors of #40668C
Black with #40668C
Text Example
Text Example
White with #40668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40668C; }
p { color: rgb(64,102,140); }
H1.HeaderClassName
{
color: #40668C;
}
.AnyTagClassName
{
color: #40668C;
}
</style>
background-color css
<style>
a { background-color: #40668C; }
a { background-color: rgb(64,102,140); }
div.DivClassName
{
background-color: #40668C;
}
.BgClassName
{
background-color: #40668C;
}
</style>
border-color css
<style>
span { border-color: #40668C; }
span { border-color: rgb(64,102,140); }
td.TdClassName
{
border-color: #40668C;
}
.TagClassName
{
border-color: #40668C;
}
</style>