Shades of Wedgewood #426D91
Tints of Wedgewood #426D91
RGB
CMYK
RGB Variations
Color information
#426D91 (or 0x426D91) is known color: Wedgewood. HEX triplet: 42, 6D and 91. RGB value is (66,109,145). Sum of RGB (Red+Green+Blue) = 66+109+145=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #426D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D91 is #BD926E. Grayscale: #646464. Windows color (decimal): -12423791 or 9530690. OLE color: 9530690.
HSL color Cylindrical-coordinate representation of color #426D91: hue angle of 207.34º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426D91 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 109 | 145 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.43 |
| HSL | 207.34º | 0.37% | 0.41% | - |
| HSV(B) | 207.34º | 0.54% | 0.57% | - |
| XYZ | 12.83 | 14.14 | 28.84 | - |
| YUV | 100.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 145 | 0.54 | 0.25 | 0 | 0.43 | 207.34 | 0.37 | 0.41 |
| Hex | 42 | 6D | 91 | 36 | 19 | 0 | 2B | CF | 25 | 29 |
| Octal | 102 | 155 | 221 | 66 | 31 | 0 | 53 | 317 | 45 | 51 |
| Binary | 1000010 | 1101101 | 10010001 | 110110 | 11001 | 0 | 101011 | 11001111 | 100101 | 101001 |
Color Harmonies of #426D91
Complementary color
Monochromatic Colors of #426D91
Black with #426D91
Text Example
Text Example
White with #426D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D91; }
p { color: rgb(66,109,145); }
H1.HeaderClassName
{
color: #426D91;
}
.AnyTagClassName
{
color: #426D91;
}
</style>
background-color css
<style>
a { background-color: #426D91; }
a { background-color: rgb(66,109,145); }
div.DivClassName
{
background-color: #426D91;
}
.BgClassName
{
background-color: #426D91;
}
</style>
border-color css
<style>
span { border-color: #426D91; }
span { border-color: rgb(66,109,145); }
td.TdClassName
{
border-color: #426D91;
}
.TagClassName
{
border-color: #426D91;
}
</style>