Shades of Wedgewood #43658C
Tints of Wedgewood #43658C
RGB
CMYK
RGB Variations
Color information
#43658C (or 0x43658C) is known color: Wedgewood. HEX triplet: 43, 65 and 8C. RGB value is (67,101,140). Sum of RGB (Red+Green+Blue) = 67+101+140=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #43658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43658C is #BC9A73. Grayscale: #5F5F5F. Windows color (decimal): -12360308 or 9200963. OLE color: 9200963.
HSL color Cylindrical-coordinate representation of color #43658C: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43658C is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 101 | 140 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.45 |
| HSL | 212.05º | 0.35% | 0.41% | - |
| HSV(B) | 212.05º | 0.52% | 0.55% | - |
| XYZ | 11.7 | 12.39 | 26.59 | - |
| YUV | 95.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 140 | 0.52 | 0.28 | 0 | 0.45 | 212.05 | 0.35 | 0.41 |
| Hex | 43 | 65 | 8C | 34 | 1C | 0 | 2D | D4 | 23 | 29 |
| Octal | 103 | 145 | 214 | 64 | 34 | 0 | 55 | 324 | 43 | 51 |
| Binary | 1000011 | 1100101 | 10001100 | 110100 | 11100 | 0 | 101101 | 11010100 | 100011 | 101001 |
Color Harmonies of #43658C
Complementary color
Monochromatic Colors of #43658C
Black with #43658C
Text Example
Text Example
White with #43658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43658C; }
p { color: rgb(67,101,140); }
H1.HeaderClassName
{
color: #43658C;
}
.AnyTagClassName
{
color: #43658C;
}
</style>
background-color css
<style>
a { background-color: #43658C; }
a { background-color: rgb(67,101,140); }
div.DivClassName
{
background-color: #43658C;
}
.BgClassName
{
background-color: #43658C;
}
</style>
border-color css
<style>
span { border-color: #43658C; }
span { border-color: rgb(67,101,140); }
td.TdClassName
{
border-color: #43658C;
}
.TagClassName
{
border-color: #43658C;
}
</style>