Shades of Wedgewood #456882
Tints of Wedgewood #456882
RGB
CMYK
RGB Variations
Color information
#456882 (or 0x456882) is known color: Wedgewood. HEX triplet: 45, 68 and 82. RGB value is (69,104,130). Sum of RGB (Red+Green+Blue) = 69+104+130=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #456882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456882 is #BA977D. Grayscale: #606060. Windows color (decimal): -12228478 or 8546373. OLE color: 8546373.
HSL color Cylindrical-coordinate representation of color #456882: hue angle of 205.57º 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 #456882 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 104 | 130 | - |
| CMYK | 0.47 | 0.2 | 0 | 0.49 |
| HSL | 205.57º | 0.31% | 0.39% | - |
| HSV(B) | 205.57º | 0.47% | 0.51% | - |
| XYZ | 11.43 | 12.78 | 22.98 | - |
| YUV | 96.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 130 | 0.47 | 0.2 | 0 | 0.49 | 205.57 | 0.31 | 0.39 |
| Hex | 45 | 68 | 82 | 2F | 14 | 0 | 31 | CE | 1F | 27 |
| Octal | 105 | 150 | 202 | 57 | 24 | 0 | 61 | 316 | 37 | 47 |
| Binary | 1000101 | 1101000 | 10000010 | 101111 | 10100 | 0 | 110001 | 11001110 | 11111 | 100111 |
Color Harmonies of #456882
Complementary color
Monochromatic Colors of #456882
Black with #456882
Text Example
Text Example
White with #456882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456882; }
p { color: rgb(69,104,130); }
H1.HeaderClassName
{
color: #456882;
}
.AnyTagClassName
{
color: #456882;
}
</style>
background-color css
<style>
a { background-color: #456882; }
a { background-color: rgb(69,104,130); }
div.DivClassName
{
background-color: #456882;
}
.BgClassName
{
background-color: #456882;
}
</style>
border-color css
<style>
span { border-color: #456882; }
span { border-color: rgb(69,104,130); }
td.TdClassName
{
border-color: #456882;
}
.TagClassName
{
border-color: #456882;
}
</style>