Shades of Wedgewood #426B8E
Tints of Wedgewood #426B8E
RGB
CMYK
RGB Variations
Color information
#426B8E (or 0x426B8E) is known color: Wedgewood. HEX triplet: 42, 6B and 8E. RGB value is (66,107,142). Sum of RGB (Red+Green+Blue) = 66+107+142=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #426B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B8E is #BD9471. Grayscale: #626262. Windows color (decimal): -12424306 or 9333570. OLE color: 9333570.
HSL color Cylindrical-coordinate representation of color #426B8E: hue angle of 207.63º 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 #426B8E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 107 | 142 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.44 |
| HSL | 207.63º | 0.37% | 0.41% | - |
| HSV(B) | 207.63º | 0.54% | 0.56% | - |
| XYZ | 12.39 | 13.63 | 27.57 | - |
| YUV | 98.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 142 | 0.54 | 0.25 | 0 | 0.44 | 207.63 | 0.37 | 0.41 |
| Hex | 42 | 6B | 8E | 36 | 19 | 0 | 2C | D0 | 25 | 29 |
| Octal | 102 | 153 | 216 | 66 | 31 | 0 | 54 | 320 | 45 | 51 |
| Binary | 1000010 | 1101011 | 10001110 | 110110 | 11001 | 0 | 101100 | 11010000 | 100101 | 101001 |
Color Harmonies of #426B8E
Complementary color
Monochromatic Colors of #426B8E
Black with #426B8E
Text Example
Text Example
White with #426B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B8E; }
p { color: rgb(66,107,142); }
H1.HeaderClassName
{
color: #426B8E;
}
.AnyTagClassName
{
color: #426B8E;
}
</style>
background-color css
<style>
a { background-color: #426B8E; }
a { background-color: rgb(66,107,142); }
div.DivClassName
{
background-color: #426B8E;
}
.BgClassName
{
background-color: #426B8E;
}
</style>
border-color css
<style>
span { border-color: #426B8E; }
span { border-color: rgb(66,107,142); }
td.TdClassName
{
border-color: #426B8E;
}
.TagClassName
{
border-color: #426B8E;
}
</style>