Shades of Wedgewood #465F87
Tints of Wedgewood #465F87
RGB
CMYK
RGB Variations
Color information
#465F87 (or 0x465F87) is known color: Wedgewood. HEX triplet: 46, 5F and 87. RGB value is (70,95,135). Sum of RGB (Red+Green+Blue) = 70+95+135=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #465F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F87 is #B9A078. Grayscale: #5B5B5B. Windows color (decimal): -12165241 or 8871750. OLE color: 8871750.
HSL color Cylindrical-coordinate representation of color #465F87: hue angle of 216.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465F87 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 95 | 135 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.47 |
| HSL | 216.92º | 0.32% | 0.4% | - |
| HSV(B) | 216.92º | 0.48% | 0.53% | - |
| XYZ | 10.99 | 11.24 | 24.51 | - |
| YUV | 92.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 135 | 0.48 | 0.30 | 0 | 0.47 | 216.92 | 0.32 | 0.4 |
| Hex | 46 | 5F | 87 | 30 | 1E | 0 | 2F | D9 | 20 | 28 |
| Octal | 106 | 137 | 207 | 60 | 36 | 0 | 57 | 331 | 40 | 50 |
| Binary | 1000110 | 1011111 | 10000111 | 110000 | 11110 | 0 | 101111 | 11011001 | 100000 | 101000 |
Color Harmonies of #465F87
Complementary color
Monochromatic Colors of #465F87
Black with #465F87
Text Example
Text Example
White with #465F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F87; }
p { color: rgb(70,95,135); }
H1.HeaderClassName
{
color: #465F87;
}
.AnyTagClassName
{
color: #465F87;
}
</style>
background-color css
<style>
a { background-color: #465F87; }
a { background-color: rgb(70,95,135); }
div.DivClassName
{
background-color: #465F87;
}
.BgClassName
{
background-color: #465F87;
}
</style>
border-color css
<style>
span { border-color: #465F87; }
span { border-color: rgb(70,95,135); }
td.TdClassName
{
border-color: #465F87;
}
.TagClassName
{
border-color: #465F87;
}
</style>