Shades of Wedgewood #43668B
Tints of Wedgewood #43668B
RGB
CMYK
RGB Variations
Color information
#43668B (or 0x43668B) is known color: Wedgewood. HEX triplet: 43, 66 and 8B. RGB value is (67,102,139). Sum of RGB (Red+Green+Blue) = 67+102+139=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #43668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668B is #BC9974. Grayscale: #5F5F5F. Windows color (decimal): -12360053 or 9135683. OLE color: 9135683.
HSL color Cylindrical-coordinate representation of color #43668B: hue angle of 210.83º 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 #43668B is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 102 | 139 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.45 |
| HSL | 210.83º | 0.35% | 0.4% | - |
| HSV(B) | 210.83º | 0.52% | 0.55% | - |
| XYZ | 11.73 | 12.56 | 26.23 | - |
| YUV | 95.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 139 | 0.52 | 0.27 | 0 | 0.45 | 210.83 | 0.35 | 0.4 |
| Hex | 43 | 66 | 8B | 34 | 1B | 0 | 2D | D3 | 23 | 28 |
| Octal | 103 | 146 | 213 | 64 | 33 | 0 | 55 | 323 | 43 | 50 |
| Binary | 1000011 | 1100110 | 10001011 | 110100 | 11011 | 0 | 101101 | 11010011 | 100011 | 101000 |
Color Harmonies of #43668B
Complementary color
Monochromatic Colors of #43668B
Black with #43668B
Text Example
Text Example
White with #43668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43668B; }
p { color: rgb(67,102,139); }
H1.HeaderClassName
{
color: #43668B;
}
.AnyTagClassName
{
color: #43668B;
}
</style>
background-color css
<style>
a { background-color: #43668B; }
a { background-color: rgb(67,102,139); }
div.DivClassName
{
background-color: #43668B;
}
.BgClassName
{
background-color: #43668B;
}
</style>
border-color css
<style>
span { border-color: #43668B; }
span { border-color: rgb(67,102,139); }
td.TdClassName
{
border-color: #43668B;
}
.TagClassName
{
border-color: #43668B;
}
</style>