Shades of Wedgewood #42638B
Tints of Wedgewood #42638B
RGB
CMYK
RGB Variations
Color information
#42638B (or 0x42638B) is known color: Wedgewood. HEX triplet: 42, 63 and 8B. RGB value is (66,99,139). Sum of RGB (Red+Green+Blue) = 66+99+139=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #42638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42638B is #BD9C74. Grayscale: #5D5D5D. Windows color (decimal): -12426357 or 9134914. OLE color: 9134914.
HSL color Cylindrical-coordinate representation of color #42638B: hue angle of 212.88º 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 #42638B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 99 | 139 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.45 |
| HSL | 212.88º | 0.36% | 0.4% | - |
| HSV(B) | 212.88º | 0.53% | 0.55% | - |
| XYZ | 11.37 | 11.95 | 26.13 | - |
| YUV | 93.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 139 | 0.53 | 0.29 | 0 | 0.45 | 212.88 | 0.36 | 0.4 |
| Hex | 42 | 63 | 8B | 35 | 1D | 0 | 2D | D5 | 24 | 28 |
| Octal | 102 | 143 | 213 | 65 | 35 | 0 | 55 | 325 | 44 | 50 |
| Binary | 1000010 | 1100011 | 10001011 | 110101 | 11101 | 0 | 101101 | 11010101 | 100100 | 101000 |
Color Harmonies of #42638B
Complementary color
Monochromatic Colors of #42638B
Black with #42638B
Text Example
Text Example
White with #42638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42638B; }
p { color: rgb(66,99,139); }
H1.HeaderClassName
{
color: #42638B;
}
.AnyTagClassName
{
color: #42638B;
}
</style>
background-color css
<style>
a { background-color: #42638B; }
a { background-color: rgb(66,99,139); }
div.DivClassName
{
background-color: #42638B;
}
.BgClassName
{
background-color: #42638B;
}
</style>
border-color css
<style>
span { border-color: #42638B; }
span { border-color: rgb(66,99,139); }
td.TdClassName
{
border-color: #42638B;
}
.TagClassName
{
border-color: #42638B;
}
</style>