Shades of Wedgewood #436380
Tints of Wedgewood #436380
RGB
CMYK
RGB Variations
Color information
#436380 (or 0x436380) is known color: Wedgewood. HEX triplet: 43, 63 and 80. RGB value is (67,99,128). Sum of RGB (Red+Green+Blue) = 67+99+128=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #436380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436380 is #BC9C7F. Grayscale: #5C5C5C. Windows color (decimal): -12360832 or 8414019. OLE color: 8414019.
HSL color Cylindrical-coordinate representation of color #436380: hue angle of 208.52º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #436380 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 99 | 128 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.50 |
| HSL | 208.52º | 0.31% | 0.38% | - |
| HSV(B) | 208.52º | 0.48% | 0.5% | - |
| XYZ | 10.67 | 11.68 | 22.11 | - |
| YUV | 92.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 128 | 0.48 | 0.23 | 0 | 0.50 | 208.52 | 0.31 | 0.38 |
| Hex | 43 | 63 | 80 | 30 | 17 | 0 | 32 | D1 | 1F | 26 |
| Octal | 103 | 143 | 200 | 60 | 27 | 0 | 62 | 321 | 37 | 46 |
| Binary | 1000011 | 1100011 | 10000000 | 110000 | 10111 | 0 | 110010 | 11010001 | 11111 | 100110 |
Color Harmonies of #436380
Complementary color
Monochromatic Colors of #436380
Black with #436380
Text Example
Text Example
White with #436380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436380; }
p { color: rgb(67,99,128); }
H1.HeaderClassName
{
color: #436380;
}
.AnyTagClassName
{
color: #436380;
}
</style>
background-color css
<style>
a { background-color: #436380; }
a { background-color: rgb(67,99,128); }
div.DivClassName
{
background-color: #436380;
}
.BgClassName
{
background-color: #436380;
}
</style>
border-color css
<style>
span { border-color: #436380; }
span { border-color: rgb(67,99,128); }
td.TdClassName
{
border-color: #436380;
}
.TagClassName
{
border-color: #436380;
}
</style>