Shades of Wedgewood #426284
Tints of Wedgewood #426284
RGB
CMYK
RGB Variations
Color information
#426284 (or 0x426284) is known color: Wedgewood. HEX triplet: 42, 62 and 84. RGB value is (66,98,132). Sum of RGB (Red+Green+Blue) = 66+98+132=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #426284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426284 is #BD9D7B. Grayscale: #5C5C5C. Windows color (decimal): -12426620 or 8675906. OLE color: 8675906.
HSL color Cylindrical-coordinate representation of color #426284: hue angle of 210.91º 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 #426284 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 98 | 132 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.48 |
| HSL | 210.91º | 0.33% | 0.39% | - |
| HSV(B) | 210.91º | 0.5% | 0.52% | - |
| XYZ | 10.78 | 11.56 | 23.49 | - |
| YUV | 92.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 132 | 0.5 | 0.26 | 0 | 0.48 | 210.91 | 0.33 | 0.39 |
| Hex | 42 | 62 | 84 | 32 | 1A | 0 | 30 | D3 | 21 | 27 |
| Octal | 102 | 142 | 204 | 62 | 32 | 0 | 60 | 323 | 41 | 47 |
| Binary | 1000010 | 1100010 | 10000100 | 110010 | 11010 | 0 | 110000 | 11010011 | 100001 | 100111 |
Color Harmonies of #426284
Complementary color
Monochromatic Colors of #426284
Black with #426284
Text Example
Text Example
White with #426284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426284; }
p { color: rgb(66,98,132); }
H1.HeaderClassName
{
color: #426284;
}
.AnyTagClassName
{
color: #426284;
}
</style>
background-color css
<style>
a { background-color: #426284; }
a { background-color: rgb(66,98,132); }
div.DivClassName
{
background-color: #426284;
}
.BgClassName
{
background-color: #426284;
}
</style>
border-color css
<style>
span { border-color: #426284; }
span { border-color: rgb(66,98,132); }
td.TdClassName
{
border-color: #426284;
}
.TagClassName
{
border-color: #426284;
}
</style>