Shades of Wedgewood #426283
Tints of Wedgewood #426283
RGB
CMYK
RGB Variations
Color information
#426283 (or 0x426283) is known color: Wedgewood. HEX triplet: 42, 62 and 83. RGB value is (66,98,131). Sum of RGB (Red+Green+Blue) = 66+98+131=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #426283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426283 is #BD9D7C. Grayscale: #5C5C5C. Windows color (decimal): -12426621 or 8610370. OLE color: 8610370.
HSL color Cylindrical-coordinate representation of color #426283: hue angle of 210.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426283 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 98 | 131 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.49 |
| HSL | 210.46º | 0.33% | 0.39% | - |
| HSV(B) | 210.46º | 0.5% | 0.51% | - |
| XYZ | 10.71 | 11.53 | 23.13 | - |
| YUV | 92.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 131 | 0.50 | 0.25 | 0 | 0.49 | 210.46 | 0.33 | 0.39 |
| Hex | 42 | 62 | 83 | 32 | 19 | 0 | 31 | D2 | 21 | 27 |
| Octal | 102 | 142 | 203 | 62 | 31 | 0 | 61 | 322 | 41 | 47 |
| Binary | 1000010 | 1100010 | 10000011 | 110010 | 11001 | 0 | 110001 | 11010010 | 100001 | 100111 |
Color Harmonies of #426283
Complementary color
Monochromatic Colors of #426283
Black with #426283
Text Example
Text Example
White with #426283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426283; }
p { color: rgb(66,98,131); }
H1.HeaderClassName
{
color: #426283;
}
.AnyTagClassName
{
color: #426283;
}
</style>
background-color css
<style>
a { background-color: #426283; }
a { background-color: rgb(66,98,131); }
div.DivClassName
{
background-color: #426283;
}
.BgClassName
{
background-color: #426283;
}
</style>
border-color css
<style>
span { border-color: #426283; }
span { border-color: rgb(66,98,131); }
td.TdClassName
{
border-color: #426283;
}
.TagClassName
{
border-color: #426283;
}
</style>