Shades of Wedgewood #42668B
Tints of Wedgewood #42668B
RGB
CMYK
RGB Variations
Color information
#42668B (or 0x42668B) is known color: Wedgewood. HEX triplet: 42, 66 and 8B. RGB value is (66,102,139). Sum of RGB (Red+Green+Blue) = 66+102+139=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #42668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42668B is #BD9974. Grayscale: #5F5F5F. Windows color (decimal): -12425589 or 9135682. OLE color: 9135682.
HSL color Cylindrical-coordinate representation of color #42668B: hue angle of 210.41º 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 #42668B is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 102 | 139 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.45 |
| HSL | 210.41º | 0.36% | 0.4% | - |
| HSV(B) | 210.41º | 0.53% | 0.55% | - |
| XYZ | 11.66 | 12.53 | 26.23 | - |
| YUV | 95.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 139 | 0.53 | 0.27 | 0 | 0.45 | 210.41 | 0.36 | 0.4 |
| Hex | 42 | 66 | 8B | 35 | 1B | 0 | 2D | D2 | 24 | 28 |
| Octal | 102 | 146 | 213 | 65 | 33 | 0 | 55 | 322 | 44 | 50 |
| Binary | 1000010 | 1100110 | 10001011 | 110101 | 11011 | 0 | 101101 | 11010010 | 100100 | 101000 |
Color Harmonies of #42668B
Complementary color
Monochromatic Colors of #42668B
Black with #42668B
Text Example
Text Example
White with #42668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42668B; }
p { color: rgb(66,102,139); }
H1.HeaderClassName
{
color: #42668B;
}
.AnyTagClassName
{
color: #42668B;
}
</style>
background-color css
<style>
a { background-color: #42668B; }
a { background-color: rgb(66,102,139); }
div.DivClassName
{
background-color: #42668B;
}
.BgClassName
{
background-color: #42668B;
}
</style>
border-color css
<style>
span { border-color: #42668B; }
span { border-color: rgb(66,102,139); }
td.TdClassName
{
border-color: #42668B;
}
.TagClassName
{
border-color: #42668B;
}
</style>