Shades of Wedgewood #43628B
Tints of Wedgewood #43628B
RGB
CMYK
RGB Variations
Color information
#43628B (or 0x43628B) is known color: Wedgewood. HEX triplet: 43, 62 and 8B. RGB value is (67,98,139). Sum of RGB (Red+Green+Blue) = 67+98+139=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #43628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43628B is #BC9D74. Grayscale: #5D5D5D. Windows color (decimal): -12361077 or 9134659. OLE color: 9134659.
HSL color Cylindrical-coordinate representation of color #43628B: hue angle of 214.17º 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 #43628B is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 98 | 139 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.45 |
| HSL | 214.17º | 0.35% | 0.4% | - |
| HSV(B) | 214.17º | 0.52% | 0.55% | - |
| XYZ | 11.34 | 11.79 | 26.1 | - |
| YUV | 93.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 139 | 0.52 | 0.29 | 0 | 0.45 | 214.17 | 0.35 | 0.4 |
| Hex | 43 | 62 | 8B | 34 | 1D | 0 | 2D | D6 | 23 | 28 |
| Octal | 103 | 142 | 213 | 64 | 35 | 0 | 55 | 326 | 43 | 50 |
| Binary | 1000011 | 1100010 | 10001011 | 110100 | 11101 | 0 | 101101 | 11010110 | 100011 | 101000 |
Color Harmonies of #43628B
Complementary color
Monochromatic Colors of #43628B
Black with #43628B
Text Example
Text Example
White with #43628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43628B; }
p { color: rgb(67,98,139); }
H1.HeaderClassName
{
color: #43628B;
}
.AnyTagClassName
{
color: #43628B;
}
</style>
background-color css
<style>
a { background-color: #43628B; }
a { background-color: rgb(67,98,139); }
div.DivClassName
{
background-color: #43628B;
}
.BgClassName
{
background-color: #43628B;
}
</style>
border-color css
<style>
span { border-color: #43628B; }
span { border-color: rgb(67,98,139); }
td.TdClassName
{
border-color: #43628B;
}
.TagClassName
{
border-color: #43628B;
}
</style>