Shades of Mariner #455E8E
Tints of Mariner #455E8E
RGB
CMYK
RGB Variations
Color information
#455E8E (or 0x455E8E) is known color: Mariner. HEX triplet: 45, 5E and 8E. RGB value is (69,94,142). Sum of RGB (Red+Green+Blue) = 69+94+142=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #455E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E8E is #BAA171. Grayscale: #5B5B5B. Windows color (decimal): -12231026 or 9330245. OLE color: 9330245.
HSL color Cylindrical-coordinate representation of color #455E8E: hue angle of 219.45º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455E8E is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 94 | 142 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.44 |
| HSL | 219.45º | 0.35% | 0.41% | - |
| HSV(B) | 219.45º | 0.51% | 0.56% | - |
| XYZ | 11.34 | 11.22 | 27.16 | - |
| YUV | 92 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 142 | 0.51 | 0.34 | 0 | 0.44 | 219.45 | 0.35 | 0.41 |
| Hex | 45 | 5E | 8E | 33 | 22 | 0 | 2C | DB | 23 | 29 |
| Octal | 105 | 136 | 216 | 63 | 42 | 0 | 54 | 333 | 43 | 51 |
| Binary | 1000101 | 1011110 | 10001110 | 110011 | 100010 | 0 | 101100 | 11011011 | 100011 | 101001 |
Color Harmonies of #455E8E
Complementary color
Monochromatic Colors of #455E8E
Black with #455E8E
Text Example
Text Example
White with #455E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E8E; }
p { color: rgb(69,94,142); }
H1.HeaderClassName
{
color: #455E8E;
}
.AnyTagClassName
{
color: #455E8E;
}
</style>
background-color css
<style>
a { background-color: #455E8E; }
a { background-color: rgb(69,94,142); }
div.DivClassName
{
background-color: #455E8E;
}
.BgClassName
{
background-color: #455E8E;
}
</style>
border-color css
<style>
span { border-color: #455E8E; }
span { border-color: rgb(69,94,142); }
td.TdClassName
{
border-color: #455E8E;
}
.TagClassName
{
border-color: #455E8E;
}
</style>