Shades of Mariner #455DA6
Tints of Mariner #455DA6
RGB
CMYK
RGB Variations
Color information
#455DA6 (or 0x455DA6) is known color: Mariner. HEX triplet: 45, 5D and A6. RGB value is (69,93,166). Sum of RGB (Red+Green+Blue) = 69+93+166=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #455DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA6 is #BAA259. Grayscale: #5D5D5D. Windows color (decimal): -12231258 or 10902853. OLE color: 10902853.
HSL color Cylindrical-coordinate representation of color #455DA6: hue angle of 225.15º 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 #455DA6 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
RGB | 69 | 93 | 166 | - |
CMYK | 0.58 | 0.44 | 0 | 0.35 |
HSL | 225.15º | 0.41% | 0.46% | - |
HSV(B) | 225.15º | 0.58% | 0.65% | - |
XYZ | 13.25 | 11.85 | 37.66 | - |
YUV | 94.15 | 168.55 | 110.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 93 | 166 | 0.58 | 0.44 | 0 | 0.35 | 225.15 | 0.41 | 0.46 |
Hex | 45 | 5D | A6 | 3A | 2C | 0 | 23 | E1 | 29 | 2E |
Octal | 105 | 135 | 246 | 72 | 54 | 0 | 43 | 341 | 51 | 56 |
Binary | 1000101 | 1011101 | 10100110 | 111010 | 101100 | 0 | 100011 | 11100001 | 101001 | 101110 |
Color Harmonies of #455DA6
Complementary color
Monochromatic Colors of #455DA6
Black with #455DA6
Text Example
Text Example
White with #455DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DA6; }
p { color: rgb(69,93,166); }
H1.HeaderClassName
{
color: #455DA6;
}
.AnyTagClassName
{
color: #455DA6;
}
</style>
background-color css
<style>
a { background-color: #455DA6; }
a { background-color: rgb(69,93,166); }
div.DivClassName
{
background-color: #455DA6;
}
.BgClassName
{
background-color: #455DA6;
}
</style>
border-color css
<style>
span { border-color: #455DA6; }
span { border-color: rgb(69,93,166); }
td.TdClassName
{
border-color: #455DA6;
}
.TagClassName
{
border-color: #455DA6;
}
</style>