Shades of Wedgewood #42668A
Tints of Wedgewood #42668A
RGB
CMYK
RGB Variations
Color information
#42668A (or 0x42668A) is known color: Wedgewood. HEX triplet: 42, 66 and 8A. RGB value is (66,102,138). Sum of RGB (Red+Green+Blue) = 66+102+138=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #42668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42668A is #BD9975. Grayscale: #5F5F5F. Windows color (decimal): -12425590 or 9070146. OLE color: 9070146.
HSL color Cylindrical-coordinate representation of color #42668A: hue angle of 210º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42668A is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 102 | 138 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.46 |
| HSL | 210º | 0.35% | 0.4% | - |
| HSV(B) | 210º | 0.52% | 0.54% | - |
| XYZ | 11.59 | 12.5 | 25.85 | - |
| YUV | 95.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 138 | 0.52 | 0.26 | 0 | 0.46 | 210 | 0.35 | 0.4 |
| Hex | 42 | 66 | 8A | 34 | 1A | 0 | 2E | D2 | 23 | 28 |
| Octal | 102 | 146 | 212 | 64 | 32 | 0 | 56 | 322 | 43 | 50 |
| Binary | 1000010 | 1100110 | 10001010 | 110100 | 11010 | 0 | 101110 | 11010010 | 100011 | 101000 |
Color Harmonies of #42668A
Complementary color
Monochromatic Colors of #42668A
Black with #42668A
Text Example
Text Example
White with #42668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42668A; }
p { color: rgb(66,102,138); }
H1.HeaderClassName
{
color: #42668A;
}
.AnyTagClassName
{
color: #42668A;
}
</style>
background-color css
<style>
a { background-color: #42668A; }
a { background-color: rgb(66,102,138); }
div.DivClassName
{
background-color: #42668A;
}
.BgClassName
{
background-color: #42668A;
}
</style>
border-color css
<style>
span { border-color: #42668A; }
span { border-color: rgb(66,102,138); }
td.TdClassName
{
border-color: #42668A;
}
.TagClassName
{
border-color: #42668A;
}
</style>