Shades of Wedgewood #426E90
Tints of Wedgewood #426E90
RGB
CMYK
RGB Variations
Color information
#426E90 (or 0x426E90) is known color: Wedgewood. HEX triplet: 42, 6E and 90. RGB value is (66,110,144). Sum of RGB (Red+Green+Blue) = 66+110+144=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #426E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E90 is #BD916F. Grayscale: #646464. Windows color (decimal): -12423536 or 9465410. OLE color: 9465410.
HSL color Cylindrical-coordinate representation of color #426E90: hue angle of 206.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426E90 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 110 | 144 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.44 |
| HSL | 206.15º | 0.37% | 0.41% | - |
| HSV(B) | 206.15º | 0.54% | 0.56% | - |
| XYZ | 12.86 | 14.32 | 28.47 | - |
| YUV | 100.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 144 | 0.54 | 0.24 | 0 | 0.44 | 206.15 | 0.37 | 0.41 |
| Hex | 42 | 6E | 90 | 36 | 18 | 0 | 2C | CE | 25 | 29 |
| Octal | 102 | 156 | 220 | 66 | 30 | 0 | 54 | 316 | 45 | 51 |
| Binary | 1000010 | 1101110 | 10010000 | 110110 | 11000 | 0 | 101100 | 11001110 | 100101 | 101001 |
Color Harmonies of #426E90
Complementary color
Monochromatic Colors of #426E90
Black with #426E90
Text Example
Text Example
White with #426E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E90; }
p { color: rgb(66,110,144); }
H1.HeaderClassName
{
color: #426E90;
}
.AnyTagClassName
{
color: #426E90;
}
</style>
background-color css
<style>
a { background-color: #426E90; }
a { background-color: rgb(66,110,144); }
div.DivClassName
{
background-color: #426E90;
}
.BgClassName
{
background-color: #426E90;
}
</style>
border-color css
<style>
span { border-color: #426E90; }
span { border-color: rgb(66,110,144); }
td.TdClassName
{
border-color: #426E90;
}
.TagClassName
{
border-color: #426E90;
}
</style>