Shades of Wedgewood #43658D
Tints of Wedgewood #43658D
RGB
CMYK
RGB Variations
Color information
#43658D (or 0x43658D) is known color: Wedgewood. HEX triplet: 43, 65 and 8D. RGB value is (67,101,141). Sum of RGB (Red+Green+Blue) = 67+101+141=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #43658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43658D is #BC9A72. Grayscale: #5F5F5F. Windows color (decimal): -12360307 or 9266499. OLE color: 9266499.
HSL color Cylindrical-coordinate representation of color #43658D: hue angle of 212.43º 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 #43658D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 101 | 141 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.45 |
| HSL | 212.43º | 0.36% | 0.41% | - |
| HSV(B) | 212.43º | 0.52% | 0.55% | - |
| XYZ | 11.78 | 12.42 | 26.98 | - |
| YUV | 95.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 141 | 0.52 | 0.28 | 0 | 0.45 | 212.43 | 0.36 | 0.41 |
| Hex | 43 | 65 | 8D | 34 | 1C | 0 | 2D | D4 | 24 | 29 |
| Octal | 103 | 145 | 215 | 64 | 34 | 0 | 55 | 324 | 44 | 51 |
| Binary | 1000011 | 1100101 | 10001101 | 110100 | 11100 | 0 | 101101 | 11010100 | 100100 | 101001 |
Color Harmonies of #43658D
Complementary color
Monochromatic Colors of #43658D
Black with #43658D
Text Example
Text Example
White with #43658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43658D; }
p { color: rgb(67,101,141); }
H1.HeaderClassName
{
color: #43658D;
}
.AnyTagClassName
{
color: #43658D;
}
</style>
background-color css
<style>
a { background-color: #43658D; }
a { background-color: rgb(67,101,141); }
div.DivClassName
{
background-color: #43658D;
}
.BgClassName
{
background-color: #43658D;
}
</style>
border-color css
<style>
span { border-color: #43658D; }
span { border-color: rgb(67,101,141); }
td.TdClassName
{
border-color: #43658D;
}
.TagClassName
{
border-color: #43658D;
}
</style>