Shades of Wedgewood #426A87
Tints of Wedgewood #426A87
RGB
CMYK
RGB Variations
Color information
#426A87 (or 0x426A87) is known color: Wedgewood. HEX triplet: 42, 6A and 87. RGB value is (66,106,135). Sum of RGB (Red+Green+Blue) = 66+106+135=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #426A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A87 is #BD9578. Grayscale: #616161. Windows color (decimal): -12424569 or 8874562. OLE color: 8874562.
HSL color Cylindrical-coordinate representation of color #426A87: hue angle of 205.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426A87 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 106 | 135 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.47 |
| HSL | 205.22º | 0.34% | 0.39% | - |
| HSV(B) | 205.22º | 0.51% | 0.53% | - |
| XYZ | 11.77 | 13.22 | 24.85 | - |
| YUV | 97.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 135 | 0.51 | 0.21 | 0 | 0.47 | 205.22 | 0.34 | 0.39 |
| Hex | 42 | 6A | 87 | 33 | 15 | 0 | 2F | CD | 22 | 27 |
| Octal | 102 | 152 | 207 | 63 | 25 | 0 | 57 | 315 | 42 | 47 |
| Binary | 1000010 | 1101010 | 10000111 | 110011 | 10101 | 0 | 101111 | 11001101 | 100010 | 100111 |
Color Harmonies of #426A87
Complementary color
Monochromatic Colors of #426A87
Black with #426A87
Text Example
Text Example
White with #426A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A87; }
p { color: rgb(66,106,135); }
H1.HeaderClassName
{
color: #426A87;
}
.AnyTagClassName
{
color: #426A87;
}
</style>
background-color css
<style>
a { background-color: #426A87; }
a { background-color: rgb(66,106,135); }
div.DivClassName
{
background-color: #426A87;
}
.BgClassName
{
background-color: #426A87;
}
</style>
border-color css
<style>
span { border-color: #426A87; }
span { border-color: rgb(66,106,135); }
td.TdClassName
{
border-color: #426A87;
}
.TagClassName
{
border-color: #426A87;
}
</style>