Shades of Wedgewood #43698B
Tints of Wedgewood #43698B
RGB
CMYK
RGB Variations
Color information
#43698B (or 0x43698B) is known color: Wedgewood. HEX triplet: 43, 69 and 8B. RGB value is (67,105,139). Sum of RGB (Red+Green+Blue) = 67+105+139=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #43698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43698B is #BC9674. Grayscale: #616161. Windows color (decimal): -12359285 or 9136451. OLE color: 9136451.
HSL color Cylindrical-coordinate representation of color #43698B: hue angle of 208.33º 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 #43698B is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 105 | 139 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.45 |
| HSL | 208.33º | 0.35% | 0.4% | - |
| HSV(B) | 208.33º | 0.52% | 0.55% | - |
| XYZ | 12.03 | 13.16 | 26.33 | - |
| YUV | 97.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 139 | 0.52 | 0.24 | 0 | 0.45 | 208.33 | 0.35 | 0.4 |
| Hex | 43 | 69 | 8B | 34 | 18 | 0 | 2D | D0 | 23 | 28 |
| Octal | 103 | 151 | 213 | 64 | 30 | 0 | 55 | 320 | 43 | 50 |
| Binary | 1000011 | 1101001 | 10001011 | 110100 | 11000 | 0 | 101101 | 11010000 | 100011 | 101000 |
Color Harmonies of #43698B
Complementary color
Monochromatic Colors of #43698B
Black with #43698B
Text Example
Text Example
White with #43698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43698B; }
p { color: rgb(67,105,139); }
H1.HeaderClassName
{
color: #43698B;
}
.AnyTagClassName
{
color: #43698B;
}
</style>
background-color css
<style>
a { background-color: #43698B; }
a { background-color: rgb(67,105,139); }
div.DivClassName
{
background-color: #43698B;
}
.BgClassName
{
background-color: #43698B;
}
</style>
border-color css
<style>
span { border-color: #43698B; }
span { border-color: rgb(67,105,139); }
td.TdClassName
{
border-color: #43698B;
}
.TagClassName
{
border-color: #43698B;
}
</style>