Shades of Wedgewood #45637C
Tints of Wedgewood #45637C
RGB
CMYK
RGB Variations
Color information
#45637C (or 0x45637C) is known color: Wedgewood. HEX triplet: 45, 63 and 7C. RGB value is (69,99,124). Sum of RGB (Red+Green+Blue) = 69+99+124=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #45637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45637C is #BA9C83. Grayscale: #5C5C5C. Windows color (decimal): -12229764 or 8151877. OLE color: 8151877.
HSL color Cylindrical-coordinate representation of color #45637C: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45637C is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 99 | 124 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.51 |
| HSL | 207.27º | 0.28% | 0.38% | - |
| HSV(B) | 207.27º | 0.44% | 0.49% | - |
| XYZ | 10.55 | 11.64 | 20.76 | - |
| YUV | 92.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 124 | 0.44 | 0.20 | 0 | 0.51 | 207.27 | 0.28 | 0.38 |
| Hex | 45 | 63 | 7C | 2C | 14 | 0 | 33 | CF | 1C | 26 |
| Octal | 105 | 143 | 174 | 54 | 24 | 0 | 63 | 317 | 34 | 46 |
| Binary | 1000101 | 1100011 | 1111100 | 101100 | 10100 | 0 | 110011 | 11001111 | 11100 | 100110 |
Color Harmonies of #45637C
Complementary color
Monochromatic Colors of #45637C
Black with #45637C
Text Example
Text Example
White with #45637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45637C; }
p { color: rgb(69,99,124); }
H1.HeaderClassName
{
color: #45637C;
}
.AnyTagClassName
{
color: #45637C;
}
</style>
background-color css
<style>
a { background-color: #45637C; }
a { background-color: rgb(69,99,124); }
div.DivClassName
{
background-color: #45637C;
}
.BgClassName
{
background-color: #45637C;
}
</style>
border-color css
<style>
span { border-color: #45637C; }
span { border-color: rgb(69,99,124); }
td.TdClassName
{
border-color: #45637C;
}
.TagClassName
{
border-color: #45637C;
}
</style>