Shades of Mariner #456795
Tints of Mariner #456795
RGB
CMYK
RGB Variations
Color information
#456795 (or 0x456795) is known color: Mariner. HEX triplet: 45, 67 and 95. RGB value is (69,103,149). Sum of RGB (Red+Green+Blue) = 69+103+149=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #456795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456795 is #BA986A. Grayscale: #616161. Windows color (decimal): -12228715 or 9791301. OLE color: 9791301.
HSL color Cylindrical-coordinate representation of color #456795: hue angle of 214.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456795 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 103 | 149 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.42 |
| HSL | 214.5º | 0.37% | 0.43% | - |
| HSV(B) | 214.5º | 0.54% | 0.58% | - |
| XYZ | 12.73 | 13.14 | 30.3 | - |
| YUV | 98.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 149 | 0.54 | 0.31 | 0 | 0.42 | 214.5 | 0.37 | 0.43 |
| Hex | 45 | 67 | 95 | 36 | 1F | 0 | 2A | D6 | 25 | 2B |
| Octal | 105 | 147 | 225 | 66 | 37 | 0 | 52 | 326 | 45 | 53 |
| Binary | 1000101 | 1100111 | 10010101 | 110110 | 11111 | 0 | 101010 | 11010110 | 100101 | 101011 |
Color Harmonies of #456795
Complementary color
Monochromatic Colors of #456795
Black with #456795
Text Example
Text Example
White with #456795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456795; }
p { color: rgb(69,103,149); }
H1.HeaderClassName
{
color: #456795;
}
.AnyTagClassName
{
color: #456795;
}
</style>
background-color css
<style>
a { background-color: #456795; }
a { background-color: rgb(69,103,149); }
div.DivClassName
{
background-color: #456795;
}
.BgClassName
{
background-color: #456795;
}
</style>
border-color css
<style>
span { border-color: #456795; }
span { border-color: rgb(69,103,149); }
td.TdClassName
{
border-color: #456795;
}
.TagClassName
{
border-color: #456795;
}
</style>