Shades of Mariner #456A9E
Tints of Mariner #456A9E
RGB
CMYK
RGB Variations
Color information
#456A9E (or 0x456A9E) is known color: Mariner. HEX triplet: 45, 6A and 9E. RGB value is (69,106,158). Sum of RGB (Red+Green+Blue) = 69+106+158=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #456A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A9E is #BA9561. Grayscale: #646464. Windows color (decimal): -12227938 or 10381893. OLE color: 10381893.
HSL color Cylindrical-coordinate representation of color #456A9E: hue angle of 215.06º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #456A9E is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 106 | 158 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.38 |
| HSL | 215.06º | 0.39% | 0.45% | - |
| HSV(B) | 215.06º | 0.56% | 0.62% | - |
| XYZ | 13.78 | 14.04 | 34.33 | - |
| YUV | 100.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 158 | 0.56 | 0.33 | 0 | 0.38 | 215.06 | 0.39 | 0.45 |
| Hex | 45 | 6A | 9E | 38 | 21 | 0 | 26 | D7 | 27 | 2D |
| Octal | 105 | 152 | 236 | 70 | 41 | 0 | 46 | 327 | 47 | 55 |
| Binary | 1000101 | 1101010 | 10011110 | 111000 | 100001 | 0 | 100110 | 11010111 | 100111 | 101101 |
Color Harmonies of #456A9E
Complementary color
Monochromatic Colors of #456A9E
Black with #456A9E
Text Example
Text Example
White with #456A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A9E; }
p { color: rgb(69,106,158); }
H1.HeaderClassName
{
color: #456A9E;
}
.AnyTagClassName
{
color: #456A9E;
}
</style>
background-color css
<style>
a { background-color: #456A9E; }
a { background-color: rgb(69,106,158); }
div.DivClassName
{
background-color: #456A9E;
}
.BgClassName
{
background-color: #456A9E;
}
</style>
border-color css
<style>
span { border-color: #456A9E; }
span { border-color: rgb(69,106,158); }
td.TdClassName
{
border-color: #456A9E;
}
.TagClassName
{
border-color: #456A9E;
}
</style>