Shades of Wedgewood #43608D
Tints of Wedgewood #43608D
RGB
CMYK
RGB Variations
Color information
#43608D (or 0x43608D) is known color: Wedgewood. HEX triplet: 43, 60 and 8D. RGB value is (67,96,141). Sum of RGB (Red+Green+Blue) = 67+96+141=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #43608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43608D is #BC9F72. Grayscale: #5C5C5C. Windows color (decimal): -12361587 or 9265219. OLE color: 9265219.
HSL color Cylindrical-coordinate representation of color #43608D: hue angle of 216.49º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43608D is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 96 | 141 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.45 |
| HSL | 216.49º | 0.36% | 0.41% | - |
| HSV(B) | 216.49º | 0.52% | 0.55% | - |
| XYZ | 11.31 | 11.48 | 26.82 | - |
| YUV | 92.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 141 | 0.52 | 0.32 | 0 | 0.45 | 216.49 | 0.36 | 0.41 |
| Hex | 43 | 60 | 8D | 34 | 20 | 0 | 2D | D8 | 24 | 29 |
| Octal | 103 | 140 | 215 | 64 | 40 | 0 | 55 | 330 | 44 | 51 |
| Binary | 1000011 | 1100000 | 10001101 | 110100 | 100000 | 0 | 101101 | 11011000 | 100100 | 101001 |
Color Harmonies of #43608D
Complementary color
Monochromatic Colors of #43608D
Black with #43608D
Text Example
Text Example
White with #43608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43608D; }
p { color: rgb(67,96,141); }
H1.HeaderClassName
{
color: #43608D;
}
.AnyTagClassName
{
color: #43608D;
}
</style>
background-color css
<style>
a { background-color: #43608D; }
a { background-color: rgb(67,96,141); }
div.DivClassName
{
background-color: #43608D;
}
.BgClassName
{
background-color: #43608D;
}
</style>
border-color css
<style>
span { border-color: #43608D; }
span { border-color: rgb(67,96,141); }
td.TdClassName
{
border-color: #43608D;
}
.TagClassName
{
border-color: #43608D;
}
</style>