Shades of Wedgewood #436C91
Tints of Wedgewood #436C91
RGB
CMYK
RGB Variations
Color information
#436C91 (or 0x436C91) is known color: Wedgewood. HEX triplet: 43, 6C and 91. RGB value is (67,108,145). Sum of RGB (Red+Green+Blue) = 67+108+145=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #436C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C91 is #BC936E. Grayscale: #636363. Windows color (decimal): -12358511 or 9530435. OLE color: 9530435.
HSL color Cylindrical-coordinate representation of color #436C91: hue angle of 208.46º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #436C91 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 108 | 145 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.43 |
| HSL | 208.46º | 0.37% | 0.42% | - |
| HSV(B) | 208.46º | 0.54% | 0.57% | - |
| XYZ | 12.79 | 13.96 | 28.81 | - |
| YUV | 99.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 145 | 0.54 | 0.26 | 0 | 0.43 | 208.46 | 0.37 | 0.42 |
| Hex | 43 | 6C | 91 | 36 | 1A | 0 | 2B | D0 | 25 | 2A |
| Octal | 103 | 154 | 221 | 66 | 32 | 0 | 53 | 320 | 45 | 52 |
| Binary | 1000011 | 1101100 | 10010001 | 110110 | 11010 | 0 | 101011 | 11010000 | 100101 | 101010 |
Color Harmonies of #436C91
Complementary color
Monochromatic Colors of #436C91
Black with #436C91
Text Example
Text Example
White with #436C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C91; }
p { color: rgb(67,108,145); }
H1.HeaderClassName
{
color: #436C91;
}
.AnyTagClassName
{
color: #436C91;
}
</style>
background-color css
<style>
a { background-color: #436C91; }
a { background-color: rgb(67,108,145); }
div.DivClassName
{
background-color: #436C91;
}
.BgClassName
{
background-color: #436C91;
}
</style>
border-color css
<style>
span { border-color: #436C91; }
span { border-color: rgb(67,108,145); }
td.TdClassName
{
border-color: #436C91;
}
.TagClassName
{
border-color: #436C91;
}
</style>