Shades of Wedgewood #456780
Tints of Wedgewood #456780
RGB
CMYK
RGB Variations
Color information
#456780 (or 0x456780) is known color: Wedgewood. HEX triplet: 45, 67 and 80. RGB value is (69,103,128). Sum of RGB (Red+Green+Blue) = 69+103+128=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #456780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456780 is #BA987F. Grayscale: #5F5F5F. Windows color (decimal): -12228736 or 8415045. OLE color: 8415045.
HSL color Cylindrical-coordinate representation of color #456780: hue angle of 205.42º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456780 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 103 | 128 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.50 |
| HSL | 205.42º | 0.3% | 0.39% | - |
| HSV(B) | 205.42º | 0.46% | 0.5% | - |
| XYZ | 11.2 | 12.52 | 22.25 | - |
| YUV | 95.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 128 | 0.46 | 0.20 | 0 | 0.50 | 205.42 | 0.3 | 0.39 |
| Hex | 45 | 67 | 80 | 2E | 14 | 0 | 32 | CD | 1E | 27 |
| Octal | 105 | 147 | 200 | 56 | 24 | 0 | 62 | 315 | 36 | 47 |
| Binary | 1000101 | 1100111 | 10000000 | 101110 | 10100 | 0 | 110010 | 11001101 | 11110 | 100111 |
Color Harmonies of #456780
Complementary color
Monochromatic Colors of #456780
Black with #456780
Text Example
Text Example
White with #456780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456780; }
p { color: rgb(69,103,128); }
H1.HeaderClassName
{
color: #456780;
}
.AnyTagClassName
{
color: #456780;
}
</style>
background-color css
<style>
a { background-color: #456780; }
a { background-color: rgb(69,103,128); }
div.DivClassName
{
background-color: #456780;
}
.BgClassName
{
background-color: #456780;
}
</style>
border-color css
<style>
span { border-color: #456780; }
span { border-color: rgb(69,103,128); }
td.TdClassName
{
border-color: #456780;
}
.TagClassName
{
border-color: #456780;
}
</style>