Shades of Wedgewood #43618B
Tints of Wedgewood #43618B
RGB
CMYK
RGB Variations
Color information
#43618B (or 0x43618B) is known color: Wedgewood. HEX triplet: 43, 61 and 8B. RGB value is (67,97,139). Sum of RGB (Red+Green+Blue) = 67+97+139=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #43618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43618B is #BC9E74. Grayscale: #5C5C5C. Windows color (decimal): -12361333 or 9134403. OLE color: 9134403.
HSL color Cylindrical-coordinate representation of color #43618B: hue angle of 215º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43618B is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 97 | 139 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.45 |
| HSL | 215º | 0.35% | 0.4% | - |
| HSV(B) | 215º | 0.52% | 0.55% | - |
| XYZ | 11.25 | 11.61 | 26.07 | - |
| YUV | 92.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 139 | 0.52 | 0.30 | 0 | 0.45 | 215 | 0.35 | 0.4 |
| Hex | 43 | 61 | 8B | 34 | 1E | 0 | 2D | D7 | 23 | 28 |
| Octal | 103 | 141 | 213 | 64 | 36 | 0 | 55 | 327 | 43 | 50 |
| Binary | 1000011 | 1100001 | 10001011 | 110100 | 11110 | 0 | 101101 | 11010111 | 100011 | 101000 |
Color Harmonies of #43618B
Complementary color
Monochromatic Colors of #43618B
Black with #43618B
Text Example
Text Example
White with #43618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43618B; }
p { color: rgb(67,97,139); }
H1.HeaderClassName
{
color: #43618B;
}
.AnyTagClassName
{
color: #43618B;
}
</style>
background-color css
<style>
a { background-color: #43618B; }
a { background-color: rgb(67,97,139); }
div.DivClassName
{
background-color: #43618B;
}
.BgClassName
{
background-color: #43618B;
}
</style>
border-color css
<style>
span { border-color: #43618B; }
span { border-color: rgb(67,97,139); }
td.TdClassName
{
border-color: #43618B;
}
.TagClassName
{
border-color: #43618B;
}
</style>