Shades of Wedgewood #456885
Tints of Wedgewood #456885
RGB
CMYK
RGB Variations
Color information
#456885 (or 0x456885) is known color: Wedgewood. HEX triplet: 45, 68 and 85. RGB value is (69,104,133). Sum of RGB (Red+Green+Blue) = 69+104+133=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #456885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456885 is #BA977A. Grayscale: #606060. Windows color (decimal): -12228475 or 8742981. OLE color: 8742981.
HSL color Cylindrical-coordinate representation of color #456885: hue angle of 207.19º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456885 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 104 | 133 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.48 |
| HSL | 207.19º | 0.32% | 0.4% | - |
| HSV(B) | 207.19º | 0.48% | 0.52% | - |
| XYZ | 11.64 | 12.86 | 24.06 | - |
| YUV | 96.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 133 | 0.48 | 0.22 | 0 | 0.48 | 207.19 | 0.32 | 0.4 |
| Hex | 45 | 68 | 85 | 30 | 16 | 0 | 30 | CF | 20 | 28 |
| Octal | 105 | 150 | 205 | 60 | 26 | 0 | 60 | 317 | 40 | 50 |
| Binary | 1000101 | 1101000 | 10000101 | 110000 | 10110 | 0 | 110000 | 11001111 | 100000 | 101000 |
Color Harmonies of #456885
Complementary color
Monochromatic Colors of #456885
Black with #456885
Text Example
Text Example
White with #456885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456885; }
p { color: rgb(69,104,133); }
H1.HeaderClassName
{
color: #456885;
}
.AnyTagClassName
{
color: #456885;
}
</style>
background-color css
<style>
a { background-color: #456885; }
a { background-color: rgb(69,104,133); }
div.DivClassName
{
background-color: #456885;
}
.BgClassName
{
background-color: #456885;
}
</style>
border-color css
<style>
span { border-color: #456885; }
span { border-color: rgb(69,104,133); }
td.TdClassName
{
border-color: #456885;
}
.TagClassName
{
border-color: #456885;
}
</style>