Shades of Wedgewood #42618A
Tints of Wedgewood #42618A
RGB
CMYK
RGB Variations
Color information
#42618A (or 0x42618A) is known color: Wedgewood. HEX triplet: 42, 61 and 8A. RGB value is (66,97,138). Sum of RGB (Red+Green+Blue) = 66+97+138=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #42618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42618A is #BD9E75. Grayscale: #5C5C5C. Windows color (decimal): -12426870 or 9068866. OLE color: 9068866.
HSL color Cylindrical-coordinate representation of color #42618A: hue angle of 214.17º 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 #42618A is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 97 | 138 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.46 |
| HSL | 214.17º | 0.35% | 0.4% | - |
| HSV(B) | 214.17º | 0.52% | 0.54% | - |
| XYZ | 11.11 | 11.54 | 25.69 | - |
| YUV | 92.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 138 | 0.52 | 0.30 | 0 | 0.46 | 214.17 | 0.35 | 0.4 |
| Hex | 42 | 61 | 8A | 34 | 1E | 0 | 2E | D6 | 23 | 28 |
| Octal | 102 | 141 | 212 | 64 | 36 | 0 | 56 | 326 | 43 | 50 |
| Binary | 1000010 | 1100001 | 10001010 | 110100 | 11110 | 0 | 101110 | 11010110 | 100011 | 101000 |
Color Harmonies of #42618A
Complementary color
Monochromatic Colors of #42618A
Black with #42618A
Text Example
Text Example
White with #42618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42618A; }
p { color: rgb(66,97,138); }
H1.HeaderClassName
{
color: #42618A;
}
.AnyTagClassName
{
color: #42618A;
}
</style>
background-color css
<style>
a { background-color: #42618A; }
a { background-color: rgb(66,97,138); }
div.DivClassName
{
background-color: #42618A;
}
.BgClassName
{
background-color: #42618A;
}
</style>
border-color css
<style>
span { border-color: #42618A; }
span { border-color: rgb(66,97,138); }
td.TdClassName
{
border-color: #42618A;
}
.TagClassName
{
border-color: #42618A;
}
</style>