Shades of Wedgewood #426A8B
Tints of Wedgewood #426A8B
RGB
CMYK
RGB Variations
Color information
#426A8B (or 0x426A8B) is known color: Wedgewood. HEX triplet: 42, 6A and 8B. RGB value is (66,106,139). Sum of RGB (Red+Green+Blue) = 66+106+139=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #426A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A8B is #BD9574. Grayscale: #616161. Windows color (decimal): -12424565 or 9136706. OLE color: 9136706.
HSL color Cylindrical-coordinate representation of color #426A8B: hue angle of 207.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426A8B is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 106 | 139 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.45 |
| HSL | 207.12º | 0.36% | 0.4% | - |
| HSV(B) | 207.12º | 0.53% | 0.55% | - |
| XYZ | 12.06 | 13.33 | 26.36 | - |
| YUV | 97.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 139 | 0.53 | 0.24 | 0 | 0.45 | 207.12 | 0.36 | 0.4 |
| Hex | 42 | 6A | 8B | 35 | 18 | 0 | 2D | CF | 24 | 28 |
| Octal | 102 | 152 | 213 | 65 | 30 | 0 | 55 | 317 | 44 | 50 |
| Binary | 1000010 | 1101010 | 10001011 | 110101 | 11000 | 0 | 101101 | 11001111 | 100100 | 101000 |
Color Harmonies of #426A8B
Complementary color
Monochromatic Colors of #426A8B
Black with #426A8B
Text Example
Text Example
White with #426A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A8B; }
p { color: rgb(66,106,139); }
H1.HeaderClassName
{
color: #426A8B;
}
.AnyTagClassName
{
color: #426A8B;
}
</style>
background-color css
<style>
a { background-color: #426A8B; }
a { background-color: rgb(66,106,139); }
div.DivClassName
{
background-color: #426A8B;
}
.BgClassName
{
background-color: #426A8B;
}
</style>
border-color css
<style>
span { border-color: #426A8B; }
span { border-color: rgb(66,106,139); }
td.TdClassName
{
border-color: #426A8B;
}
.TagClassName
{
border-color: #426A8B;
}
</style>