Shades of Wedgewood #436488
Tints of Wedgewood #436488
RGB
CMYK
RGB Variations
Color information
#436488 (or 0x436488) is known color: Wedgewood. HEX triplet: 43, 64 and 88. RGB value is (67,100,136). Sum of RGB (Red+Green+Blue) = 67+100+136=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #436488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436488 is #BC9B77. Grayscale: #5E5E5E. Windows color (decimal): -12360568 or 8938563. OLE color: 8938563.
HSL color Cylindrical-coordinate representation of color #436488: hue angle of 211.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #436488 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 100 | 136 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.47 |
| HSL | 211.3º | 0.34% | 0.4% | - |
| HSV(B) | 211.3º | 0.51% | 0.53% | - |
| XYZ | 11.32 | 12.09 | 25.03 | - |
| YUV | 94.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 136 | 0.51 | 0.26 | 0 | 0.47 | 211.3 | 0.34 | 0.4 |
| Hex | 43 | 64 | 88 | 33 | 1A | 0 | 2F | D3 | 22 | 28 |
| Octal | 103 | 144 | 210 | 63 | 32 | 0 | 57 | 323 | 42 | 50 |
| Binary | 1000011 | 1100100 | 10001000 | 110011 | 11010 | 0 | 101111 | 11010011 | 100010 | 101000 |
Color Harmonies of #436488
Complementary color
Monochromatic Colors of #436488
Black with #436488
Text Example
Text Example
White with #436488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436488; }
p { color: rgb(67,100,136); }
H1.HeaderClassName
{
color: #436488;
}
.AnyTagClassName
{
color: #436488;
}
</style>
background-color css
<style>
a { background-color: #436488; }
a { background-color: rgb(67,100,136); }
div.DivClassName
{
background-color: #436488;
}
.BgClassName
{
background-color: #436488;
}
</style>
border-color css
<style>
span { border-color: #436488; }
span { border-color: rgb(67,100,136); }
td.TdClassName
{
border-color: #436488;
}
.TagClassName
{
border-color: #436488;
}
</style>