Shades of Wedgewood #426884
Tints of Wedgewood #426884
RGB
CMYK
RGB Variations
Color information
#426884 (or 0x426884) is known color: Wedgewood. HEX triplet: 42, 68 and 84. RGB value is (66,104,132). Sum of RGB (Red+Green+Blue) = 66+104+132=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #426884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426884 is #BD977B. Grayscale: #5F5F5F. Windows color (decimal): -12425084 or 8677442. OLE color: 8677442.
HSL color Cylindrical-coordinate representation of color #426884: hue angle of 205.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426884 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 104 | 132 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.48 |
| HSL | 205.45º | 0.33% | 0.39% | - |
| HSV(B) | 205.45º | 0.5% | 0.52% | - |
| XYZ | 11.36 | 12.72 | 23.69 | - |
| YUV | 95.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 132 | 0.5 | 0.21 | 0 | 0.48 | 205.45 | 0.33 | 0.39 |
| Hex | 42 | 68 | 84 | 32 | 15 | 0 | 30 | CD | 21 | 27 |
| Octal | 102 | 150 | 204 | 62 | 25 | 0 | 60 | 315 | 41 | 47 |
| Binary | 1000010 | 1101000 | 10000100 | 110010 | 10101 | 0 | 110000 | 11001101 | 100001 | 100111 |
Color Harmonies of #426884
Complementary color
Monochromatic Colors of #426884
Black with #426884
Text Example
Text Example
White with #426884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426884; }
p { color: rgb(66,104,132); }
H1.HeaderClassName
{
color: #426884;
}
.AnyTagClassName
{
color: #426884;
}
</style>
background-color css
<style>
a { background-color: #426884; }
a { background-color: rgb(66,104,132); }
div.DivClassName
{
background-color: #426884;
}
.BgClassName
{
background-color: #426884;
}
</style>
border-color css
<style>
span { border-color: #426884; }
span { border-color: rgb(66,104,132); }
td.TdClassName
{
border-color: #426884;
}
.TagClassName
{
border-color: #426884;
}
</style>