Shades of Wedgewood #456881
Tints of Wedgewood #456881
RGB
CMYK
RGB Variations
Color information
#456881 (or 0x456881) is known color: Wedgewood. HEX triplet: 45, 68 and 81. RGB value is (69,104,129). Sum of RGB (Red+Green+Blue) = 69+104+129=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #456881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456881 is #BA977E. Grayscale: #606060. Windows color (decimal): -12228479 or 8480837. OLE color: 8480837.
HSL color Cylindrical-coordinate representation of color #456881: hue angle of 205º degrees, saturation: 0.3, 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 #456881 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 104 | 129 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.49 |
| HSL | 205º | 0.3% | 0.39% | - |
| HSV(B) | 205º | 0.47% | 0.51% | - |
| XYZ | 11.37 | 12.75 | 22.63 | - |
| YUV | 96.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 129 | 0.47 | 0.19 | 0 | 0.49 | 205 | 0.3 | 0.39 |
| Hex | 45 | 68 | 81 | 2F | 13 | 0 | 31 | CD | 1E | 27 |
| Octal | 105 | 150 | 201 | 57 | 23 | 0 | 61 | 315 | 36 | 47 |
| Binary | 1000101 | 1101000 | 10000001 | 101111 | 10011 | 0 | 110001 | 11001101 | 11110 | 100111 |
Color Harmonies of #456881
Complementary color
Monochromatic Colors of #456881
Black with #456881
Text Example
Text Example
White with #456881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456881; }
p { color: rgb(69,104,129); }
H1.HeaderClassName
{
color: #456881;
}
.AnyTagClassName
{
color: #456881;
}
</style>
background-color css
<style>
a { background-color: #456881; }
a { background-color: rgb(69,104,129); }
div.DivClassName
{
background-color: #456881;
}
.BgClassName
{
background-color: #456881;
}
</style>
border-color css
<style>
span { border-color: #456881; }
span { border-color: rgb(69,104,129); }
td.TdClassName
{
border-color: #456881;
}
.TagClassName
{
border-color: #456881;
}
</style>