Shades of Wedgewood #43618D
Tints of Wedgewood #43618D
RGB
CMYK
RGB Variations
Color information
#43618D (or 0x43618D) is known color: Wedgewood. HEX triplet: 43, 61 and 8D. RGB value is (67,97,141). Sum of RGB (Red+Green+Blue) = 67+97+141=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #43618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43618D is #BC9E72. Grayscale: #5C5C5C. Windows color (decimal): -12361331 or 9265475. OLE color: 9265475.
HSL color Cylindrical-coordinate representation of color #43618D: hue angle of 215.68º 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 #43618D is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 97 | 141 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.45 |
| HSL | 215.68º | 0.36% | 0.41% | - |
| HSV(B) | 215.68º | 0.52% | 0.55% | - |
| XYZ | 11.4 | 11.67 | 26.85 | - |
| YUV | 93.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 141 | 0.52 | 0.31 | 0 | 0.45 | 215.68 | 0.36 | 0.41 |
| Hex | 43 | 61 | 8D | 34 | 1F | 0 | 2D | D8 | 24 | 29 |
| Octal | 103 | 141 | 215 | 64 | 37 | 0 | 55 | 330 | 44 | 51 |
| Binary | 1000011 | 1100001 | 10001101 | 110100 | 11111 | 0 | 101101 | 11011000 | 100100 | 101001 |
Color Harmonies of #43618D
Complementary color
Monochromatic Colors of #43618D
Black with #43618D
Text Example
Text Example
White with #43618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43618D; }
p { color: rgb(67,97,141); }
H1.HeaderClassName
{
color: #43618D;
}
.AnyTagClassName
{
color: #43618D;
}
</style>
background-color css
<style>
a { background-color: #43618D; }
a { background-color: rgb(67,97,141); }
div.DivClassName
{
background-color: #43618D;
}
.BgClassName
{
background-color: #43618D;
}
</style>
border-color css
<style>
span { border-color: #43618D; }
span { border-color: rgb(67,97,141); }
td.TdClassName
{
border-color: #43618D;
}
.TagClassName
{
border-color: #43618D;
}
</style>