Shades of Wedgewood #456B86
Tints of Wedgewood #456B86
RGB
CMYK
RGB Variations
Color information
#456B86 (or 0x456B86) is known color: Wedgewood. HEX triplet: 45, 6B and 86. RGB value is (69,107,134). Sum of RGB (Red+Green+Blue) = 69+107+134=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #456B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B86 is #BA9479. Grayscale: #626262. Windows color (decimal): -12227706 or 8809285. OLE color: 8809285.
HSL color Cylindrical-coordinate representation of color #456B86: hue angle of 204.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456B86 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 107 | 134 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.47 |
| HSL | 204.92º | 0.32% | 0.4% | - |
| HSV(B) | 204.92º | 0.49% | 0.53% | - |
| XYZ | 12.02 | 13.5 | 24.53 | - |
| YUV | 98.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 134 | 0.49 | 0.20 | 0 | 0.47 | 204.92 | 0.32 | 0.4 |
| Hex | 45 | 6B | 86 | 31 | 14 | 0 | 2F | CD | 20 | 28 |
| Octal | 105 | 153 | 206 | 61 | 24 | 0 | 57 | 315 | 40 | 50 |
| Binary | 1000101 | 1101011 | 10000110 | 110001 | 10100 | 0 | 101111 | 11001101 | 100000 | 101000 |
Color Harmonies of #456B86
Complementary color
Monochromatic Colors of #456B86
Black with #456B86
Text Example
Text Example
White with #456B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B86; }
p { color: rgb(69,107,134); }
H1.HeaderClassName
{
color: #456B86;
}
.AnyTagClassName
{
color: #456B86;
}
</style>
background-color css
<style>
a { background-color: #456B86; }
a { background-color: rgb(69,107,134); }
div.DivClassName
{
background-color: #456B86;
}
.BgClassName
{
background-color: #456B86;
}
</style>
border-color css
<style>
span { border-color: #456B86; }
span { border-color: rgb(69,107,134); }
td.TdClassName
{
border-color: #456B86;
}
.TagClassName
{
border-color: #456B86;
}
</style>