Shades of Wedgewood #43658F
Tints of Wedgewood #43658F
RGB
CMYK
RGB Variations
Color information
#43658F (or 0x43658F) is known color: Wedgewood. HEX triplet: 43, 65 and 8F. RGB value is (67,101,143). Sum of RGB (Red+Green+Blue) = 67+101+143=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #43658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43658F is #BC9A70. Grayscale: #5F5F5F. Windows color (decimal): -12360305 or 9397571. OLE color: 9397571.
HSL color Cylindrical-coordinate representation of color #43658F: hue angle of 213.16º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43658F is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 101 | 143 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.44 |
| HSL | 213.16º | 0.36% | 0.41% | - |
| HSV(B) | 213.16º | 0.53% | 0.56% | - |
| XYZ | 11.93 | 12.48 | 27.77 | - |
| YUV | 95.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 143 | 0.53 | 0.29 | 0 | 0.44 | 213.16 | 0.36 | 0.41 |
| Hex | 43 | 65 | 8F | 35 | 1D | 0 | 2C | D5 | 24 | 29 |
| Octal | 103 | 145 | 217 | 65 | 35 | 0 | 54 | 325 | 44 | 51 |
| Binary | 1000011 | 1100101 | 10001111 | 110101 | 11101 | 0 | 101100 | 11010101 | 100100 | 101001 |
Color Harmonies of #43658F
Complementary color
Monochromatic Colors of #43658F
Black with #43658F
Text Example
Text Example
White with #43658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43658F; }
p { color: rgb(67,101,143); }
H1.HeaderClassName
{
color: #43658F;
}
.AnyTagClassName
{
color: #43658F;
}
</style>
background-color css
<style>
a { background-color: #43658F; }
a { background-color: rgb(67,101,143); }
div.DivClassName
{
background-color: #43658F;
}
.BgClassName
{
background-color: #43658F;
}
</style>
border-color css
<style>
span { border-color: #43658F; }
span { border-color: rgb(67,101,143); }
td.TdClassName
{
border-color: #43658F;
}
.TagClassName
{
border-color: #43658F;
}
</style>