Shades of Wedgewood #45647E
Tints of Wedgewood #45647E
RGB
CMYK
RGB Variations
Color information
#45647E (or 0x45647E) is known color: Wedgewood. HEX triplet: 45, 64 and 7E. RGB value is (69,100,126). Sum of RGB (Red+Green+Blue) = 69+100+126=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #45647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45647E is #BA9B81. Grayscale: #5D5D5D. Windows color (decimal): -12229506 or 8283205. OLE color: 8283205.
HSL color Cylindrical-coordinate representation of color #45647E: hue angle of 207.37º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45647E is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 100 | 126 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.51 |
| HSL | 207.37º | 0.29% | 0.38% | - |
| HSV(B) | 207.37º | 0.45% | 0.49% | - |
| XYZ | 10.78 | 11.89 | 21.46 | - |
| YUV | 93.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 126 | 0.45 | 0.21 | 0 | 0.51 | 207.37 | 0.29 | 0.38 |
| Hex | 45 | 64 | 7E | 2D | 15 | 0 | 33 | CF | 1D | 26 |
| Octal | 105 | 144 | 176 | 55 | 25 | 0 | 63 | 317 | 35 | 46 |
| Binary | 1000101 | 1100100 | 1111110 | 101101 | 10101 | 0 | 110011 | 11001111 | 11101 | 100110 |
Color Harmonies of #45647E
Complementary color
Monochromatic Colors of #45647E
Black with #45647E
Text Example
Text Example
White with #45647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45647E; }
p { color: rgb(69,100,126); }
H1.HeaderClassName
{
color: #45647E;
}
.AnyTagClassName
{
color: #45647E;
}
</style>
background-color css
<style>
a { background-color: #45647E; }
a { background-color: rgb(69,100,126); }
div.DivClassName
{
background-color: #45647E;
}
.BgClassName
{
background-color: #45647E;
}
</style>
border-color css
<style>
span { border-color: #45647E; }
span { border-color: rgb(69,100,126); }
td.TdClassName
{
border-color: #45647E;
}
.TagClassName
{
border-color: #45647E;
}
</style>