Shades of Wedgewood #45678D
Tints of Wedgewood #45678D
RGB
CMYK
RGB Variations
Color information
#45678D (or 0x45678D) is known color: Wedgewood. HEX triplet: 45, 67 and 8D. RGB value is (69,103,141). Sum of RGB (Red+Green+Blue) = 69+103+141=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #45678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45678D is #BA9872. Grayscale: #606060. Windows color (decimal): -12228723 or 9267013. OLE color: 9267013.
HSL color Cylindrical-coordinate representation of color #45678D: hue angle of 211.67º 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 #45678D is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 103 | 141 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.45 |
| HSL | 211.67º | 0.34% | 0.41% | - |
| HSV(B) | 211.67º | 0.51% | 0.55% | - |
| XYZ | 12.11 | 12.89 | 27.05 | - |
| YUV | 97.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 141 | 0.51 | 0.27 | 0 | 0.45 | 211.67 | 0.34 | 0.41 |
| Hex | 45 | 67 | 8D | 33 | 1B | 0 | 2D | D4 | 22 | 29 |
| Octal | 105 | 147 | 215 | 63 | 33 | 0 | 55 | 324 | 42 | 51 |
| Binary | 1000101 | 1100111 | 10001101 | 110011 | 11011 | 0 | 101101 | 11010100 | 100010 | 101001 |
Color Harmonies of #45678D
Complementary color
Monochromatic Colors of #45678D
Black with #45678D
Text Example
Text Example
White with #45678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45678D; }
p { color: rgb(69,103,141); }
H1.HeaderClassName
{
color: #45678D;
}
.AnyTagClassName
{
color: #45678D;
}
</style>
background-color css
<style>
a { background-color: #45678D; }
a { background-color: rgb(69,103,141); }
div.DivClassName
{
background-color: #45678D;
}
.BgClassName
{
background-color: #45678D;
}
</style>
border-color css
<style>
span { border-color: #45678D; }
span { border-color: rgb(69,103,141); }
td.TdClassName
{
border-color: #45678D;
}
.TagClassName
{
border-color: #45678D;
}
</style>