Shades of Wedgewood #43698A
Tints of Wedgewood #43698A
RGB
CMYK
RGB Variations
Color information
#43698A (or 0x43698A) is known color: Wedgewood. HEX triplet: 43, 69 and 8A. RGB value is (67,105,138). Sum of RGB (Red+Green+Blue) = 67+105+138=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #43698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43698A is #BC9675. Grayscale: #616161. Windows color (decimal): -12359286 or 9070915. OLE color: 9070915.
HSL color Cylindrical-coordinate representation of color #43698A: hue angle of 207.89º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43698A is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 105 | 138 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.46 |
| HSL | 207.89º | 0.35% | 0.4% | - |
| HSV(B) | 207.89º | 0.51% | 0.54% | - |
| XYZ | 11.95 | 13.13 | 25.95 | - |
| YUV | 97.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 138 | 0.51 | 0.24 | 0 | 0.46 | 207.89 | 0.35 | 0.4 |
| Hex | 43 | 69 | 8A | 33 | 18 | 0 | 2E | D0 | 23 | 28 |
| Octal | 103 | 151 | 212 | 63 | 30 | 0 | 56 | 320 | 43 | 50 |
| Binary | 1000011 | 1101001 | 10001010 | 110011 | 11000 | 0 | 101110 | 11010000 | 100011 | 101000 |
Color Harmonies of #43698A
Complementary color
Monochromatic Colors of #43698A
Black with #43698A
Text Example
Text Example
White with #43698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43698A; }
p { color: rgb(67,105,138); }
H1.HeaderClassName
{
color: #43698A;
}
.AnyTagClassName
{
color: #43698A;
}
</style>
background-color css
<style>
a { background-color: #43698A; }
a { background-color: rgb(67,105,138); }
div.DivClassName
{
background-color: #43698A;
}
.BgClassName
{
background-color: #43698A;
}
</style>
border-color css
<style>
span { border-color: #43698A; }
span { border-color: rgb(67,105,138); }
td.TdClassName
{
border-color: #43698A;
}
.TagClassName
{
border-color: #43698A;
}
</style>