Shades of Wedgewood #42658A
Tints of Wedgewood #42658A
RGB
CMYK
RGB Variations
Color information
#42658A (or 0x42658A) is known color: Wedgewood. HEX triplet: 42, 65 and 8A. RGB value is (66,101,138). Sum of RGB (Red+Green+Blue) = 66+101+138=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #42658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658A is #BD9A75. Grayscale: #5E5E5E. Windows color (decimal): -12425846 or 9069890. OLE color: 9069890.
HSL color Cylindrical-coordinate representation of color #42658A: hue angle of 210.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42658A is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 101 | 138 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.46 |
| HSL | 210.83º | 0.35% | 0.4% | - |
| HSV(B) | 210.83º | 0.52% | 0.54% | - |
| XYZ | 11.49 | 12.3 | 25.81 | - |
| YUV | 94.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 138 | 0.52 | 0.27 | 0 | 0.46 | 210.83 | 0.35 | 0.4 |
| Hex | 42 | 65 | 8A | 34 | 1B | 0 | 2E | D3 | 23 | 28 |
| Octal | 102 | 145 | 212 | 64 | 33 | 0 | 56 | 323 | 43 | 50 |
| Binary | 1000010 | 1100101 | 10001010 | 110100 | 11011 | 0 | 101110 | 11010011 | 100011 | 101000 |
Color Harmonies of #42658A
Complementary color
Monochromatic Colors of #42658A
Black with #42658A
Text Example
Text Example
White with #42658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42658A; }
p { color: rgb(66,101,138); }
H1.HeaderClassName
{
color: #42658A;
}
.AnyTagClassName
{
color: #42658A;
}
</style>
background-color css
<style>
a { background-color: #42658A; }
a { background-color: rgb(66,101,138); }
div.DivClassName
{
background-color: #42658A;
}
.BgClassName
{
background-color: #42658A;
}
</style>
border-color css
<style>
span { border-color: #42658A; }
span { border-color: rgb(66,101,138); }
td.TdClassName
{
border-color: #42658A;
}
.TagClassName
{
border-color: #42658A;
}
</style>