Shades of Wedgewood #45638D
Tints of Wedgewood #45638D
RGB
CMYK
RGB Variations
Color information
#45638D (or 0x45638D) is known color: Wedgewood. HEX triplet: 45, 63 and 8D. RGB value is (69,99,141). Sum of RGB (Red+Green+Blue) = 69+99+141=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #45638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45638D is #BA9C72. Grayscale: #5E5E5E. Windows color (decimal): -12229747 or 9265989. OLE color: 9265989.
HSL color Cylindrical-coordinate representation of color #45638D: hue angle of 215º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45638D is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 99 | 141 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.45 |
| HSL | 215º | 0.34% | 0.41% | - |
| HSV(B) | 215º | 0.51% | 0.55% | - |
| XYZ | 11.72 | 12.11 | 26.92 | - |
| YUV | 94.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 141 | 0.51 | 0.30 | 0 | 0.45 | 215 | 0.34 | 0.41 |
| Hex | 45 | 63 | 8D | 33 | 1E | 0 | 2D | D7 | 22 | 29 |
| Octal | 105 | 143 | 215 | 63 | 36 | 0 | 55 | 327 | 42 | 51 |
| Binary | 1000101 | 1100011 | 10001101 | 110011 | 11110 | 0 | 101101 | 11010111 | 100010 | 101001 |
Color Harmonies of #45638D
Complementary color
Monochromatic Colors of #45638D
Black with #45638D
Text Example
Text Example
White with #45638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45638D; }
p { color: rgb(69,99,141); }
H1.HeaderClassName
{
color: #45638D;
}
.AnyTagClassName
{
color: #45638D;
}
</style>
background-color css
<style>
a { background-color: #45638D; }
a { background-color: rgb(69,99,141); }
div.DivClassName
{
background-color: #45638D;
}
.BgClassName
{
background-color: #45638D;
}
</style>
border-color css
<style>
span { border-color: #45638D; }
span { border-color: rgb(69,99,141); }
td.TdClassName
{
border-color: #45638D;
}
.TagClassName
{
border-color: #45638D;
}
</style>