Shades of Wedgewood #45627E
Tints of Wedgewood #45627E
RGB
CMYK
RGB Variations
Color information
#45627E (or 0x45627E) is known color: Wedgewood. HEX triplet: 45, 62 and 7E. RGB value is (69,98,126). Sum of RGB (Red+Green+Blue) = 69+98+126=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #45627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45627E is #BA9D81. Grayscale: #5C5C5C. Windows color (decimal): -12230018 or 8282693. OLE color: 8282693.
HSL color Cylindrical-coordinate representation of color #45627E: hue angle of 209.47º 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 #45627E is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 98 | 126 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.51 |
| HSL | 209.47º | 0.29% | 0.38% | - |
| HSV(B) | 209.47º | 0.45% | 0.49% | - |
| XYZ | 10.59 | 11.51 | 21.4 | - |
| YUV | 92.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 126 | 0.45 | 0.22 | 0 | 0.51 | 209.47 | 0.29 | 0.38 |
| Hex | 45 | 62 | 7E | 2D | 16 | 0 | 33 | D1 | 1D | 26 |
| Octal | 105 | 142 | 176 | 55 | 26 | 0 | 63 | 321 | 35 | 46 |
| Binary | 1000101 | 1100010 | 1111110 | 101101 | 10110 | 0 | 110011 | 11010001 | 11101 | 100110 |
Color Harmonies of #45627E
Complementary color
Monochromatic Colors of #45627E
Black with #45627E
Text Example
Text Example
White with #45627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45627E; }
p { color: rgb(69,98,126); }
H1.HeaderClassName
{
color: #45627E;
}
.AnyTagClassName
{
color: #45627E;
}
</style>
background-color css
<style>
a { background-color: #45627E; }
a { background-color: rgb(69,98,126); }
div.DivClassName
{
background-color: #45627E;
}
.BgClassName
{
background-color: #45627E;
}
</style>
border-color css
<style>
span { border-color: #45627E; }
span { border-color: rgb(69,98,126); }
td.TdClassName
{
border-color: #45627E;
}
.TagClassName
{
border-color: #45627E;
}
</style>