Shades of Wedgewood #42688C
Tints of Wedgewood #42688C
RGB
CMYK
RGB Variations
Color information
#42688C (or 0x42688C) is known color: Wedgewood. HEX triplet: 42, 68 and 8C. RGB value is (66,104,140). Sum of RGB (Red+Green+Blue) = 66+104+140=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #42688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42688C is #BD9773. Grayscale: #606060. Windows color (decimal): -12425076 or 9201730. OLE color: 9201730.
HSL color Cylindrical-coordinate representation of color #42688C: hue angle of 209.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42688C is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 104 | 140 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.45 |
| HSL | 209.19º | 0.36% | 0.4% | - |
| HSV(B) | 209.19º | 0.53% | 0.55% | - |
| XYZ | 11.93 | 12.95 | 26.68 | - |
| YUV | 96.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 140 | 0.53 | 0.26 | 0 | 0.45 | 209.19 | 0.36 | 0.4 |
| Hex | 42 | 68 | 8C | 35 | 1A | 0 | 2D | D1 | 24 | 28 |
| Octal | 102 | 150 | 214 | 65 | 32 | 0 | 55 | 321 | 44 | 50 |
| Binary | 1000010 | 1101000 | 10001100 | 110101 | 11010 | 0 | 101101 | 11010001 | 100100 | 101000 |
Color Harmonies of #42688C
Complementary color
Monochromatic Colors of #42688C
Black with #42688C
Text Example
Text Example
White with #42688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42688C; }
p { color: rgb(66,104,140); }
H1.HeaderClassName
{
color: #42688C;
}
.AnyTagClassName
{
color: #42688C;
}
</style>
background-color css
<style>
a { background-color: #42688C; }
a { background-color: rgb(66,104,140); }
div.DivClassName
{
background-color: #42688C;
}
.BgClassName
{
background-color: #42688C;
}
</style>
border-color css
<style>
span { border-color: #42688C; }
span { border-color: rgb(66,104,140); }
td.TdClassName
{
border-color: #42688C;
}
.TagClassName
{
border-color: #42688C;
}
</style>