Shades of Wedgewood #436C8F
Tints of Wedgewood #436C8F
RGB
CMYK
RGB Variations
Color information
#436C8F (or 0x436C8F) is known color: Wedgewood. HEX triplet: 43, 6C and 8F. RGB value is (67,108,143). Sum of RGB (Red+Green+Blue) = 67+108+143=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #436C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C8F is #BC9370. Grayscale: #636363. Windows color (decimal): -12358513 or 9399363. OLE color: 9399363.
HSL color Cylindrical-coordinate representation of color #436C8F: hue angle of 207.63º 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 #436C8F is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 108 | 143 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.44 |
| HSL | 207.63º | 0.36% | 0.41% | - |
| HSV(B) | 207.63º | 0.53% | 0.56% | - |
| XYZ | 12.64 | 13.9 | 28 | - |
| YUV | 99.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 143 | 0.53 | 0.24 | 0 | 0.44 | 207.63 | 0.36 | 0.41 |
| Hex | 43 | 6C | 8F | 35 | 18 | 0 | 2C | D0 | 24 | 29 |
| Octal | 103 | 154 | 217 | 65 | 30 | 0 | 54 | 320 | 44 | 51 |
| Binary | 1000011 | 1101100 | 10001111 | 110101 | 11000 | 0 | 101100 | 11010000 | 100100 | 101001 |
Color Harmonies of #436C8F
Complementary color
Monochromatic Colors of #436C8F
Black with #436C8F
Text Example
Text Example
White with #436C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C8F; }
p { color: rgb(67,108,143); }
H1.HeaderClassName
{
color: #436C8F;
}
.AnyTagClassName
{
color: #436C8F;
}
</style>
background-color css
<style>
a { background-color: #436C8F; }
a { background-color: rgb(67,108,143); }
div.DivClassName
{
background-color: #436C8F;
}
.BgClassName
{
background-color: #436C8F;
}
</style>
border-color css
<style>
span { border-color: #436C8F; }
span { border-color: rgb(67,108,143); }
td.TdClassName
{
border-color: #436C8F;
}
.TagClassName
{
border-color: #436C8F;
}
</style>