Shades of Wedgewood #455E8B
Tints of Wedgewood #455E8B
RGB
CMYK
RGB Variations
Color information
#455E8B (or 0x455E8B) is known color: Wedgewood. HEX triplet: 45, 5E and 8B. RGB value is (69,94,139). Sum of RGB (Red+Green+Blue) = 69+94+139=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #455E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E8B is #BAA174. Grayscale: #5B5B5B. Windows color (decimal): -12231029 or 9133637. OLE color: 9133637.
HSL color Cylindrical-coordinate representation of color #455E8B: hue angle of 218.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455E8B is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 94 | 139 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.45 |
| HSL | 218.57º | 0.34% | 0.41% | - |
| HSV(B) | 218.57º | 0.5% | 0.55% | - |
| XYZ | 11.12 | 11.13 | 25.99 | - |
| YUV | 91.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 139 | 0.50 | 0.32 | 0 | 0.45 | 218.57 | 0.34 | 0.41 |
| Hex | 45 | 5E | 8B | 32 | 20 | 0 | 2D | DB | 22 | 29 |
| Octal | 105 | 136 | 213 | 62 | 40 | 0 | 55 | 333 | 42 | 51 |
| Binary | 1000101 | 1011110 | 10001011 | 110010 | 100000 | 0 | 101101 | 11011011 | 100010 | 101001 |
Color Harmonies of #455E8B
Complementary color
Monochromatic Colors of #455E8B
Black with #455E8B
Text Example
Text Example
White with #455E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E8B; }
p { color: rgb(69,94,139); }
H1.HeaderClassName
{
color: #455E8B;
}
.AnyTagClassName
{
color: #455E8B;
}
</style>
background-color css
<style>
a { background-color: #455E8B; }
a { background-color: rgb(69,94,139); }
div.DivClassName
{
background-color: #455E8B;
}
.BgClassName
{
background-color: #455E8B;
}
</style>
border-color css
<style>
span { border-color: #455E8B; }
span { border-color: rgb(69,94,139); }
td.TdClassName
{
border-color: #455E8B;
}
.TagClassName
{
border-color: #455E8B;
}
</style>