Shades of Wedgewood #426B88
Tints of Wedgewood #426B88
RGB
CMYK
RGB Variations
Color information
#426B88 (or 0x426B88) is known color: Wedgewood. HEX triplet: 42, 6B and 88. RGB value is (66,107,136). Sum of RGB (Red+Green+Blue) = 66+107+136=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #426B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B88 is #BD9477. Grayscale: #616161. Windows color (decimal): -12424312 or 8940354. OLE color: 8940354.
HSL color Cylindrical-coordinate representation of color #426B88: hue angle of 204.86º 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 #426B88 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 107 | 136 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.47 |
| HSL | 204.86º | 0.35% | 0.4% | - |
| HSV(B) | 204.86º | 0.51% | 0.53% | - |
| XYZ | 11.95 | 13.45 | 25.26 | - |
| YUV | 98.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 136 | 0.51 | 0.21 | 0 | 0.47 | 204.86 | 0.35 | 0.4 |
| Hex | 42 | 6B | 88 | 33 | 15 | 0 | 2F | CD | 23 | 28 |
| Octal | 102 | 153 | 210 | 63 | 25 | 0 | 57 | 315 | 43 | 50 |
| Binary | 1000010 | 1101011 | 10001000 | 110011 | 10101 | 0 | 101111 | 11001101 | 100011 | 101000 |
Color Harmonies of #426B88
Complementary color
Monochromatic Colors of #426B88
Black with #426B88
Text Example
Text Example
White with #426B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B88; }
p { color: rgb(66,107,136); }
H1.HeaderClassName
{
color: #426B88;
}
.AnyTagClassName
{
color: #426B88;
}
</style>
background-color css
<style>
a { background-color: #426B88; }
a { background-color: rgb(66,107,136); }
div.DivClassName
{
background-color: #426B88;
}
.BgClassName
{
background-color: #426B88;
}
</style>
border-color css
<style>
span { border-color: #426B88; }
span { border-color: rgb(66,107,136); }
td.TdClassName
{
border-color: #426B88;
}
.TagClassName
{
border-color: #426B88;
}
</style>