Shades of Wedgewood #426388
Tints of Wedgewood #426388
RGB
CMYK
RGB Variations
Color information
#426388 (or 0x426388) is known color: Wedgewood. HEX triplet: 42, 63 and 88. RGB value is (66,99,136). Sum of RGB (Red+Green+Blue) = 66+99+136=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #426388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426388 is #BD9C77. Grayscale: #5D5D5D. Windows color (decimal): -12426360 or 8938306. OLE color: 8938306.
HSL color Cylindrical-coordinate representation of color #426388: hue angle of 211.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426388 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 99 | 136 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.47 |
| HSL | 211.71º | 0.35% | 0.4% | - |
| HSV(B) | 211.71º | 0.51% | 0.53% | - |
| XYZ | 11.15 | 11.86 | 24.99 | - |
| YUV | 93.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 136 | 0.51 | 0.27 | 0 | 0.47 | 211.71 | 0.35 | 0.4 |
| Hex | 42 | 63 | 88 | 33 | 1B | 0 | 2F | D4 | 23 | 28 |
| Octal | 102 | 143 | 210 | 63 | 33 | 0 | 57 | 324 | 43 | 50 |
| Binary | 1000010 | 1100011 | 10001000 | 110011 | 11011 | 0 | 101111 | 11010100 | 100011 | 101000 |
Color Harmonies of #426388
Complementary color
Monochromatic Colors of #426388
Black with #426388
Text Example
Text Example
White with #426388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426388; }
p { color: rgb(66,99,136); }
H1.HeaderClassName
{
color: #426388;
}
.AnyTagClassName
{
color: #426388;
}
</style>
background-color css
<style>
a { background-color: #426388; }
a { background-color: rgb(66,99,136); }
div.DivClassName
{
background-color: #426388;
}
.BgClassName
{
background-color: #426388;
}
</style>
border-color css
<style>
span { border-color: #426388; }
span { border-color: rgb(66,99,136); }
td.TdClassName
{
border-color: #426388;
}
.TagClassName
{
border-color: #426388;
}
</style>