Shades of Wedgewood #426B91
Tints of Wedgewood #426B91
RGB
CMYK
RGB Variations
Color information
#426B91 (or 0x426B91) is known color: Wedgewood. HEX triplet: 42, 6B and 91. RGB value is (66,107,145). Sum of RGB (Red+Green+Blue) = 66+107+145=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #426B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B91 is #BD946E. Grayscale: #626262. Windows color (decimal): -12424303 or 9530178. OLE color: 9530178.
HSL color Cylindrical-coordinate representation of color #426B91: hue angle of 208.86º 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 #426B91 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 107 | 145 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.43 |
| HSL | 208.86º | 0.37% | 0.41% | - |
| HSV(B) | 208.86º | 0.54% | 0.57% | - |
| XYZ | 12.62 | 13.72 | 28.77 | - |
| YUV | 99.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 145 | 0.54 | 0.26 | 0 | 0.43 | 208.86 | 0.37 | 0.41 |
| Hex | 42 | 6B | 91 | 36 | 1A | 0 | 2B | D1 | 25 | 29 |
| Octal | 102 | 153 | 221 | 66 | 32 | 0 | 53 | 321 | 45 | 51 |
| Binary | 1000010 | 1101011 | 10010001 | 110110 | 11010 | 0 | 101011 | 11010001 | 100101 | 101001 |
Color Harmonies of #426B91
Complementary color
Monochromatic Colors of #426B91
Black with #426B91
Text Example
Text Example
White with #426B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B91; }
p { color: rgb(66,107,145); }
H1.HeaderClassName
{
color: #426B91;
}
.AnyTagClassName
{
color: #426B91;
}
</style>
background-color css
<style>
a { background-color: #426B91; }
a { background-color: rgb(66,107,145); }
div.DivClassName
{
background-color: #426B91;
}
.BgClassName
{
background-color: #426B91;
}
</style>
border-color css
<style>
span { border-color: #426B91; }
span { border-color: rgb(66,107,145); }
td.TdClassName
{
border-color: #426B91;
}
.TagClassName
{
border-color: #426B91;
}
</style>