Shades of Wedgewood #436C8E
Tints of Wedgewood #436C8E
RGB
CMYK
RGB Variations
Color information
#436C8E (or 0x436C8E) is known color: Wedgewood. HEX triplet: 43, 6C and 8E. RGB value is (67,108,142). Sum of RGB (Red+Green+Blue) = 67+108+142=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #436C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C8E is #BC9371. Grayscale: #636363. Windows color (decimal): -12358514 or 9333827. OLE color: 9333827.
HSL color Cylindrical-coordinate representation of color #436C8E: hue angle of 207.2º 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 #436C8E is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 108 | 142 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.44 |
| HSL | 207.2º | 0.36% | 0.41% | - |
| HSV(B) | 207.2º | 0.53% | 0.56% | - |
| XYZ | 12.56 | 13.87 | 27.61 | - |
| YUV | 99.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 142 | 0.53 | 0.24 | 0 | 0.44 | 207.2 | 0.36 | 0.41 |
| Hex | 43 | 6C | 8E | 35 | 18 | 0 | 2C | CF | 24 | 29 |
| Octal | 103 | 154 | 216 | 65 | 30 | 0 | 54 | 317 | 44 | 51 |
| Binary | 1000011 | 1101100 | 10001110 | 110101 | 11000 | 0 | 101100 | 11001111 | 100100 | 101001 |
Color Harmonies of #436C8E
Complementary color
Monochromatic Colors of #436C8E
Black with #436C8E
Text Example
Text Example
White with #436C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C8E; }
p { color: rgb(67,108,142); }
H1.HeaderClassName
{
color: #436C8E;
}
.AnyTagClassName
{
color: #436C8E;
}
</style>
background-color css
<style>
a { background-color: #436C8E; }
a { background-color: rgb(67,108,142); }
div.DivClassName
{
background-color: #436C8E;
}
.BgClassName
{
background-color: #436C8E;
}
</style>
border-color css
<style>
span { border-color: #436C8E; }
span { border-color: rgb(67,108,142); }
td.TdClassName
{
border-color: #436C8E;
}
.TagClassName
{
border-color: #436C8E;
}
</style>