Shades of Mariner #455CA6
Tints of Mariner #455CA6
RGB
CMYK
RGB Variations
Color information
#455CA6 (or 0x455CA6) is known color: Mariner. HEX triplet: 45, 5C and A6. RGB value is (69,92,166). Sum of RGB (Red+Green+Blue) = 69+92+166=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #455CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455CA6 is #BAA359. Grayscale: #5D5D5D. Windows color (decimal): -12231514 or 10902597. OLE color: 10902597.
HSL color Cylindrical-coordinate representation of color #455CA6: hue angle of 225.77º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455CA6 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 92 | 166 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.35 |
| HSL | 225.77º | 0.41% | 0.46% | - |
| HSV(B) | 225.77º | 0.58% | 0.65% | - |
| XYZ | 13.16 | 11.67 | 37.64 | - |
| YUV | 93.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 166 | 0.58 | 0.45 | 0 | 0.35 | 225.77 | 0.41 | 0.46 |
| Hex | 45 | 5C | A6 | 3A | 2D | 0 | 23 | E2 | 29 | 2E |
| Octal | 105 | 134 | 246 | 72 | 55 | 0 | 43 | 342 | 51 | 56 |
| Binary | 1000101 | 1011100 | 10100110 | 111010 | 101101 | 0 | 100011 | 11100010 | 101001 | 101110 |
Color Harmonies of #455CA6
Complementary color
Monochromatic Colors of #455CA6
Black with #455CA6
Text Example
Text Example
White with #455CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455CA6; }
p { color: rgb(69,92,166); }
H1.HeaderClassName
{
color: #455CA6;
}
.AnyTagClassName
{
color: #455CA6;
}
</style>
background-color css
<style>
a { background-color: #455CA6; }
a { background-color: rgb(69,92,166); }
div.DivClassName
{
background-color: #455CA6;
}
.BgClassName
{
background-color: #455CA6;
}
</style>
border-color css
<style>
span { border-color: #455CA6; }
span { border-color: rgb(69,92,166); }
td.TdClassName
{
border-color: #455CA6;
}
.TagClassName
{
border-color: #455CA6;
}
</style>