Shades of Wedgewood #42608C
Tints of Wedgewood #42608C
RGB
CMYK
RGB Variations
Color information
#42608C (or 0x42608C) is known color: Wedgewood. HEX triplet: 42, 60 and 8C. RGB value is (66,96,140). Sum of RGB (Red+Green+Blue) = 66+96+140=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #42608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608C is #BD9F73. Grayscale: #5B5B5B. Windows color (decimal): -12427124 or 9199682. OLE color: 9199682.
HSL color Cylindrical-coordinate representation of color #42608C: hue angle of 215.68º 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 #42608C is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 96 | 140 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.45 |
| HSL | 215.68º | 0.36% | 0.4% | - |
| HSV(B) | 215.68º | 0.53% | 0.55% | - |
| XYZ | 11.16 | 11.42 | 26.43 | - |
| YUV | 92.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 140 | 0.53 | 0.31 | 0 | 0.45 | 215.68 | 0.36 | 0.4 |
| Hex | 42 | 60 | 8C | 35 | 1F | 0 | 2D | D8 | 24 | 28 |
| Octal | 102 | 140 | 214 | 65 | 37 | 0 | 55 | 330 | 44 | 50 |
| Binary | 1000010 | 1100000 | 10001100 | 110101 | 11111 | 0 | 101101 | 11011000 | 100100 | 101000 |
Color Harmonies of #42608C
Complementary color
Monochromatic Colors of #42608C
Black with #42608C
Text Example
Text Example
White with #42608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42608C; }
p { color: rgb(66,96,140); }
H1.HeaderClassName
{
color: #42608C;
}
.AnyTagClassName
{
color: #42608C;
}
</style>
background-color css
<style>
a { background-color: #42608C; }
a { background-color: rgb(66,96,140); }
div.DivClassName
{
background-color: #42608C;
}
.BgClassName
{
background-color: #42608C;
}
</style>
border-color css
<style>
span { border-color: #42608C; }
span { border-color: rgb(66,96,140); }
td.TdClassName
{
border-color: #42608C;
}
.TagClassName
{
border-color: #42608C;
}
</style>