Shades of Wedgewood #43668D
Tints of Wedgewood #43668D
RGB
CMYK
RGB Variations
Color information
#43668D (or 0x43668D) is known color: Wedgewood. HEX triplet: 43, 66 and 8D. RGB value is (67,102,141). Sum of RGB (Red+Green+Blue) = 67+102+141=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #43668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668D is #BC9972. Grayscale: #5F5F5F. Windows color (decimal): -12360051 or 9266755. OLE color: 9266755.
HSL color Cylindrical-coordinate representation of color #43668D: hue angle of 211.62º 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 #43668D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 102 | 141 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.45 |
| HSL | 211.62º | 0.36% | 0.41% | - |
| HSV(B) | 211.62º | 0.52% | 0.55% | - |
| XYZ | 11.87 | 12.62 | 27.01 | - |
| YUV | 95.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 141 | 0.52 | 0.28 | 0 | 0.45 | 211.62 | 0.36 | 0.41 |
| Hex | 43 | 66 | 8D | 34 | 1C | 0 | 2D | D4 | 24 | 29 |
| Octal | 103 | 146 | 215 | 64 | 34 | 0 | 55 | 324 | 44 | 51 |
| Binary | 1000011 | 1100110 | 10001101 | 110100 | 11100 | 0 | 101101 | 11010100 | 100100 | 101001 |
Color Harmonies of #43668D
Complementary color
Monochromatic Colors of #43668D
Black with #43668D
Text Example
Text Example
White with #43668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43668D; }
p { color: rgb(67,102,141); }
H1.HeaderClassName
{
color: #43668D;
}
.AnyTagClassName
{
color: #43668D;
}
</style>
background-color css
<style>
a { background-color: #43668D; }
a { background-color: rgb(67,102,141); }
div.DivClassName
{
background-color: #43668D;
}
.BgClassName
{
background-color: #43668D;
}
</style>
border-color css
<style>
span { border-color: #43668D; }
span { border-color: rgb(67,102,141); }
td.TdClassName
{
border-color: #43668D;
}
.TagClassName
{
border-color: #43668D;
}
</style>