Shades of Wedgewood #42678B
Tints of Wedgewood #42678B
RGB
CMYK
RGB Variations
Color information
#42678B (or 0x42678B) is known color: Wedgewood. HEX triplet: 42, 67 and 8B. RGB value is (66,103,139). Sum of RGB (Red+Green+Blue) = 66+103+139=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #42678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42678B is #BD9874. Grayscale: #5F5F5F. Windows color (decimal): -12425333 or 9135938. OLE color: 9135938.
HSL color Cylindrical-coordinate representation of color #42678B: hue angle of 209.59º 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 #42678B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 103 | 139 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.45 |
| HSL | 209.59º | 0.36% | 0.4% | - |
| HSV(B) | 209.59º | 0.53% | 0.55% | - |
| XYZ | 11.76 | 12.72 | 26.26 | - |
| YUV | 96.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 139 | 0.53 | 0.26 | 0 | 0.45 | 209.59 | 0.36 | 0.4 |
| Hex | 42 | 67 | 8B | 35 | 1A | 0 | 2D | D2 | 24 | 28 |
| Octal | 102 | 147 | 213 | 65 | 32 | 0 | 55 | 322 | 44 | 50 |
| Binary | 1000010 | 1100111 | 10001011 | 110101 | 11010 | 0 | 101101 | 11010010 | 100100 | 101000 |
Color Harmonies of #42678B
Complementary color
Monochromatic Colors of #42678B
Black with #42678B
Text Example
Text Example
White with #42678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42678B; }
p { color: rgb(66,103,139); }
H1.HeaderClassName
{
color: #42678B;
}
.AnyTagClassName
{
color: #42678B;
}
</style>
background-color css
<style>
a { background-color: #42678B; }
a { background-color: rgb(66,103,139); }
div.DivClassName
{
background-color: #42678B;
}
.BgClassName
{
background-color: #42678B;
}
</style>
border-color css
<style>
span { border-color: #42678B; }
span { border-color: rgb(66,103,139); }
td.TdClassName
{
border-color: #42678B;
}
.TagClassName
{
border-color: #42678B;
}
</style>