Shades of Mariner #456797
Tints of Mariner #456797
RGB
CMYK
RGB Variations
Color information
#456797 (or 0x456797) is known color: Mariner. HEX triplet: 45, 67 and 97. RGB value is (69,103,151). Sum of RGB (Red+Green+Blue) = 69+103+151=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #456797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456797 is #BA9868. Grayscale: #626262. Windows color (decimal): -12228713 or 9922373. OLE color: 9922373.
HSL color Cylindrical-coordinate representation of color #456797: hue angle of 215.12º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456797 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 103 | 151 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.41 |
| HSL | 215.12º | 0.37% | 0.43% | - |
| HSV(B) | 215.12º | 0.54% | 0.59% | - |
| XYZ | 12.89 | 13.2 | 31.15 | - |
| YUV | 98.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 151 | 0.54 | 0.32 | 0 | 0.41 | 215.12 | 0.37 | 0.43 |
| Hex | 45 | 67 | 97 | 36 | 20 | 0 | 29 | D7 | 25 | 2B |
| Octal | 105 | 147 | 227 | 66 | 40 | 0 | 51 | 327 | 45 | 53 |
| Binary | 1000101 | 1100111 | 10010111 | 110110 | 100000 | 0 | 101001 | 11010111 | 100101 | 101011 |
Color Harmonies of #456797
Complementary color
Monochromatic Colors of #456797
Black with #456797
Text Example
Text Example
White with #456797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456797; }
p { color: rgb(69,103,151); }
H1.HeaderClassName
{
color: #456797;
}
.AnyTagClassName
{
color: #456797;
}
</style>
background-color css
<style>
a { background-color: #456797; }
a { background-color: rgb(69,103,151); }
div.DivClassName
{
background-color: #456797;
}
.BgClassName
{
background-color: #456797;
}
</style>
border-color css
<style>
span { border-color: #456797; }
span { border-color: rgb(69,103,151); }
td.TdClassName
{
border-color: #456797;
}
.TagClassName
{
border-color: #456797;
}
</style>