Shades of Wedgewood #456582
Tints of Wedgewood #456582
RGB
CMYK
RGB Variations
Color information
#456582 (or 0x456582) is known color: Wedgewood. HEX triplet: 45, 65 and 82. RGB value is (69,101,130). Sum of RGB (Red+Green+Blue) = 69+101+130=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #456582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456582 is #BA9A7D. Grayscale: #5E5E5E. Windows color (decimal): -12229246 or 8545605. OLE color: 8545605.
HSL color Cylindrical-coordinate representation of color #456582: hue angle of 208.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456582 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 101 | 130 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.49 |
| HSL | 208.52º | 0.31% | 0.39% | - |
| HSV(B) | 208.52º | 0.47% | 0.51% | - |
| XYZ | 11.14 | 12.18 | 22.88 | - |
| YUV | 94.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 130 | 0.47 | 0.22 | 0 | 0.49 | 208.52 | 0.31 | 0.39 |
| Hex | 45 | 65 | 82 | 2F | 16 | 0 | 31 | D1 | 1F | 27 |
| Octal | 105 | 145 | 202 | 57 | 26 | 0 | 61 | 321 | 37 | 47 |
| Binary | 1000101 | 1100101 | 10000010 | 101111 | 10110 | 0 | 110001 | 11010001 | 11111 | 100111 |
Color Harmonies of #456582
Complementary color
Monochromatic Colors of #456582
Black with #456582
Text Example
Text Example
White with #456582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456582; }
p { color: rgb(69,101,130); }
H1.HeaderClassName
{
color: #456582;
}
.AnyTagClassName
{
color: #456582;
}
</style>
background-color css
<style>
a { background-color: #456582; }
a { background-color: rgb(69,101,130); }
div.DivClassName
{
background-color: #456582;
}
.BgClassName
{
background-color: #456582;
}
</style>
border-color css
<style>
span { border-color: #456582; }
span { border-color: rgb(69,101,130); }
td.TdClassName
{
border-color: #456582;
}
.TagClassName
{
border-color: #456582;
}
</style>