Shades of Wedgewood #436F94
Tints of Wedgewood #436F94
RGB
CMYK
RGB Variations
Color information
#436F94 (or 0x436F94) is known color: Wedgewood. HEX triplet: 43, 6F and 94. RGB value is (67,111,148). Sum of RGB (Red+Green+Blue) = 67+111+148=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #436F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436F94 is #BC906B. Grayscale: #656565. Windows color (decimal): -12357740 or 9727811. OLE color: 9727811.
HSL color Cylindrical-coordinate representation of color #436F94: hue angle of 207.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #436F94 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 111 | 148 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.42 |
| HSL | 207.41º | 0.38% | 0.42% | - |
| HSV(B) | 207.41º | 0.55% | 0.58% | - |
| XYZ | 13.34 | 14.7 | 30.15 | - |
| YUV | 102.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 148 | 0.55 | 0.25 | 0 | 0.42 | 207.41 | 0.38 | 0.42 |
| Hex | 43 | 6F | 94 | 37 | 19 | 0 | 2A | CF | 26 | 2A |
| Octal | 103 | 157 | 224 | 67 | 31 | 0 | 52 | 317 | 46 | 52 |
| Binary | 1000011 | 1101111 | 10010100 | 110111 | 11001 | 0 | 101010 | 11001111 | 100110 | 101010 |
Color Harmonies of #436F94
Complementary color
Monochromatic Colors of #436F94
Black with #436F94
Text Example
Text Example
White with #436F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F94; }
p { color: rgb(67,111,148); }
H1.HeaderClassName
{
color: #436F94;
}
.AnyTagClassName
{
color: #436F94;
}
</style>
background-color css
<style>
a { background-color: #436F94; }
a { background-color: rgb(67,111,148); }
div.DivClassName
{
background-color: #436F94;
}
.BgClassName
{
background-color: #436F94;
}
</style>
border-color css
<style>
span { border-color: #436F94; }
span { border-color: rgb(67,111,148); }
td.TdClassName
{
border-color: #436F94;
}
.TagClassName
{
border-color: #436F94;
}
</style>