Shades of Wedgewood #436D96
Tints of Wedgewood #436D96
RGB
CMYK
RGB Variations
Color information
#436D96 (or 0x436D96) is known color: Wedgewood. HEX triplet: 43, 6D and 96. RGB value is (67,109,150). Sum of RGB (Red+Green+Blue) = 67+109+150=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #436D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436D96 is #BC9269. Grayscale: #646464. Windows color (decimal): -12358250 or 9858371. OLE color: 9858371.
HSL color Cylindrical-coordinate representation of color #436D96: hue angle of 209.64º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #436D96 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 109 | 150 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.41 |
| HSL | 209.64º | 0.38% | 0.43% | - |
| HSV(B) | 209.64º | 0.55% | 0.59% | - |
| XYZ | 13.29 | 14.33 | 30.92 | - |
| YUV | 101.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 109 | 150 | 0.55 | 0.27 | 0 | 0.41 | 209.64 | 0.38 | 0.43 |
| Hex | 43 | 6D | 96 | 37 | 1B | 0 | 29 | D2 | 26 | 2B |
| Octal | 103 | 155 | 226 | 67 | 33 | 0 | 51 | 322 | 46 | 53 |
| Binary | 1000011 | 1101101 | 10010110 | 110111 | 11011 | 0 | 101001 | 11010010 | 100110 | 101011 |
Color Harmonies of #436D96
Complementary color
Monochromatic Colors of #436D96
Black with #436D96
Text Example
Text Example
White with #436D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436D96; }
p { color: rgb(67,109,150); }
H1.HeaderClassName
{
color: #436D96;
}
.AnyTagClassName
{
color: #436D96;
}
</style>
background-color css
<style>
a { background-color: #436D96; }
a { background-color: rgb(67,109,150); }
div.DivClassName
{
background-color: #436D96;
}
.BgClassName
{
background-color: #436D96;
}
</style>
border-color css
<style>
span { border-color: #436D96; }
span { border-color: rgb(67,109,150); }
td.TdClassName
{
border-color: #436D96;
}
.TagClassName
{
border-color: #436D96;
}
</style>