Shades of Wedgewood #426C92
Tints of Wedgewood #426C92
RGB
CMYK
RGB Variations
Color information
#426C92 (or 0x426C92) is known color: Wedgewood. HEX triplet: 42, 6C and 92. RGB value is (66,108,146). Sum of RGB (Red+Green+Blue) = 66+108+146=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #426C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C92 is #BD936D. Grayscale: #636363. Windows color (decimal): -12424046 or 9595970. OLE color: 9595970.
HSL color Cylindrical-coordinate representation of color #426C92: hue angle of 208.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426C92 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 108 | 146 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.43 |
| HSL | 208.5º | 0.38% | 0.42% | - |
| HSV(B) | 208.5º | 0.55% | 0.57% | - |
| XYZ | 12.8 | 13.96 | 29.21 | - |
| YUV | 99.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 146 | 0.55 | 0.26 | 0 | 0.43 | 208.5 | 0.38 | 0.42 |
| Hex | 42 | 6C | 92 | 37 | 1A | 0 | 2B | D0 | 26 | 2A |
| Octal | 102 | 154 | 222 | 67 | 32 | 0 | 53 | 320 | 46 | 52 |
| Binary | 1000010 | 1101100 | 10010010 | 110111 | 11010 | 0 | 101011 | 11010000 | 100110 | 101010 |
Color Harmonies of #426C92
Complementary color
Monochromatic Colors of #426C92
Black with #426C92
Text Example
Text Example
White with #426C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C92; }
p { color: rgb(66,108,146); }
H1.HeaderClassName
{
color: #426C92;
}
.AnyTagClassName
{
color: #426C92;
}
</style>
background-color css
<style>
a { background-color: #426C92; }
a { background-color: rgb(66,108,146); }
div.DivClassName
{
background-color: #426C92;
}
.BgClassName
{
background-color: #426C92;
}
</style>
border-color css
<style>
span { border-color: #426C92; }
span { border-color: rgb(66,108,146); }
td.TdClassName
{
border-color: #426C92;
}
.TagClassName
{
border-color: #426C92;
}
</style>