Shades of Wedgewood #465F88
Tints of Wedgewood #465F88
RGB
CMYK
RGB Variations
Color information
#465F88 (or 0x465F88) is known color: Wedgewood. HEX triplet: 46, 5F and 88. RGB value is (70,95,136). Sum of RGB (Red+Green+Blue) = 70+95+136=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #465F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F88 is #B9A077. Grayscale: #5C5C5C. Windows color (decimal): -12165240 or 8937286. OLE color: 8937286.
HSL color Cylindrical-coordinate representation of color #465F88: hue angle of 217.27º 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 #465F88 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 95 | 136 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.47 |
| HSL | 217.27º | 0.32% | 0.4% | - |
| HSV(B) | 217.27º | 0.49% | 0.53% | - |
| XYZ | 11.06 | 11.26 | 24.88 | - |
| YUV | 92.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 136 | 0.49 | 0.30 | 0 | 0.47 | 217.27 | 0.32 | 0.4 |
| Hex | 46 | 5F | 88 | 31 | 1E | 0 | 2F | D9 | 20 | 28 |
| Octal | 106 | 137 | 210 | 61 | 36 | 0 | 57 | 331 | 40 | 50 |
| Binary | 1000110 | 1011111 | 10001000 | 110001 | 11110 | 0 | 101111 | 11011001 | 100000 | 101000 |
Color Harmonies of #465F88
Complementary color
Monochromatic Colors of #465F88
Black with #465F88
Text Example
Text Example
White with #465F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F88; }
p { color: rgb(70,95,136); }
H1.HeaderClassName
{
color: #465F88;
}
.AnyTagClassName
{
color: #465F88;
}
</style>
background-color css
<style>
a { background-color: #465F88; }
a { background-color: rgb(70,95,136); }
div.DivClassName
{
background-color: #465F88;
}
.BgClassName
{
background-color: #465F88;
}
</style>
border-color css
<style>
span { border-color: #465F88; }
span { border-color: rgb(70,95,136); }
td.TdClassName
{
border-color: #465F88;
}
.TagClassName
{
border-color: #465F88;
}
</style>