Shades of Wedgewood #456687
Tints of Wedgewood #456687
RGB
CMYK
RGB Variations
Color information
#456687 (or 0x456687) is known color: Wedgewood. HEX triplet: 45, 66 and 87. RGB value is (69,102,135). Sum of RGB (Red+Green+Blue) = 69+102+135=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #456687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456687 is #BA9978. Grayscale: #5F5F5F. Windows color (decimal): -12228985 or 8873541. OLE color: 8873541.
HSL color Cylindrical-coordinate representation of color #456687: hue angle of 210º 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 #456687 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 102 | 135 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.47 |
| HSL | 210º | 0.32% | 0.4% | - |
| HSV(B) | 210º | 0.49% | 0.53% | - |
| XYZ | 11.58 | 12.52 | 24.73 | - |
| YUV | 95.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 135 | 0.49 | 0.24 | 0 | 0.47 | 210 | 0.32 | 0.4 |
| Hex | 45 | 66 | 87 | 31 | 18 | 0 | 2F | D2 | 20 | 28 |
| Octal | 105 | 146 | 207 | 61 | 30 | 0 | 57 | 322 | 40 | 50 |
| Binary | 1000101 | 1100110 | 10000111 | 110001 | 11000 | 0 | 101111 | 11010010 | 100000 | 101000 |
Color Harmonies of #456687
Complementary color
Monochromatic Colors of #456687
Black with #456687
Text Example
Text Example
White with #456687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456687; }
p { color: rgb(69,102,135); }
H1.HeaderClassName
{
color: #456687;
}
.AnyTagClassName
{
color: #456687;
}
</style>
background-color css
<style>
a { background-color: #456687; }
a { background-color: rgb(69,102,135); }
div.DivClassName
{
background-color: #456687;
}
.BgClassName
{
background-color: #456687;
}
</style>
border-color css
<style>
span { border-color: #456687; }
span { border-color: rgb(69,102,135); }
td.TdClassName
{
border-color: #456687;
}
.TagClassName
{
border-color: #456687;
}
</style>