Shades of Mariner #456199
Tints of Mariner #456199
RGB
CMYK
RGB Variations
Color information
#456199 (or 0x456199) is known color: Mariner. HEX triplet: 45, 61 and 99. RGB value is (69,97,153). Sum of RGB (Red+Green+Blue) = 69+97+153=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #456199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456199 is #BA9E66. Grayscale: #5E5E5E. Windows color (decimal): -12230247 or 10051909. OLE color: 10051909.
HSL color Cylindrical-coordinate representation of color #456199: hue angle of 220º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456199 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 97 | 153 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.4 |
| HSL | 220º | 0.38% | 0.44% | - |
| HSV(B) | 220º | 0.55% | 0.6% | - |
| XYZ | 12.48 | 12.11 | 31.82 | - |
| YUV | 95.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 153 | 0.55 | 0.37 | 0 | 0.4 | 220 | 0.38 | 0.44 |
| Hex | 45 | 61 | 99 | 37 | 25 | 0 | 28 | DC | 26 | 2C |
| Octal | 105 | 141 | 231 | 67 | 45 | 0 | 50 | 334 | 46 | 54 |
| Binary | 1000101 | 1100001 | 10011001 | 110111 | 100101 | 0 | 101000 | 11011100 | 100110 | 101100 |
Color Harmonies of #456199
Complementary color
Monochromatic Colors of #456199
Black with #456199
Text Example
Text Example
White with #456199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456199; }
p { color: rgb(69,97,153); }
H1.HeaderClassName
{
color: #456199;
}
.AnyTagClassName
{
color: #456199;
}
</style>
background-color css
<style>
a { background-color: #456199; }
a { background-color: rgb(69,97,153); }
div.DivClassName
{
background-color: #456199;
}
.BgClassName
{
background-color: #456199;
}
</style>
border-color css
<style>
span { border-color: #456199; }
span { border-color: rgb(69,97,153); }
td.TdClassName
{
border-color: #456199;
}
.TagClassName
{
border-color: #456199;
}
</style>