Shades of Wedgewood #42608B
Tints of Wedgewood #42608B
RGB
CMYK
RGB Variations
Color information
#42608B (or 0x42608B) is known color: Wedgewood. HEX triplet: 42, 60 and 8B. RGB value is (66,96,139). Sum of RGB (Red+Green+Blue) = 66+96+139=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #42608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608B is #BD9F74. Grayscale: #5B5B5B. Windows color (decimal): -12427125 or 9134146. OLE color: 9134146.
HSL color Cylindrical-coordinate representation of color #42608B: hue angle of 215.34º 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 #42608B is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 96 | 139 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.45 |
| HSL | 215.34º | 0.36% | 0.4% | - |
| HSV(B) | 215.34º | 0.53% | 0.55% | - |
| XYZ | 11.09 | 11.39 | 26.04 | - |
| YUV | 91.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 139 | 0.53 | 0.31 | 0 | 0.45 | 215.34 | 0.36 | 0.4 |
| Hex | 42 | 60 | 8B | 35 | 1F | 0 | 2D | D7 | 24 | 28 |
| Octal | 102 | 140 | 213 | 65 | 37 | 0 | 55 | 327 | 44 | 50 |
| Binary | 1000010 | 1100000 | 10001011 | 110101 | 11111 | 0 | 101101 | 11010111 | 100100 | 101000 |
Color Harmonies of #42608B
Complementary color
Monochromatic Colors of #42608B
Black with #42608B
Text Example
Text Example
White with #42608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42608B; }
p { color: rgb(66,96,139); }
H1.HeaderClassName
{
color: #42608B;
}
.AnyTagClassName
{
color: #42608B;
}
</style>
background-color css
<style>
a { background-color: #42608B; }
a { background-color: rgb(66,96,139); }
div.DivClassName
{
background-color: #42608B;
}
.BgClassName
{
background-color: #42608B;
}
</style>
border-color css
<style>
span { border-color: #42608B; }
span { border-color: rgb(66,96,139); }
td.TdClassName
{
border-color: #42608B;
}
.TagClassName
{
border-color: #42608B;
}
</style>