Shades of Mariner #456095
Tints of Mariner #456095
RGB
CMYK
RGB Variations
Color information
#456095 (or 0x456095) is known color: Mariner. HEX triplet: 45, 60 and 95. RGB value is (69,96,149). Sum of RGB (Red+Green+Blue) = 69+96+149=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #456095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456095 is #BA9F6A. Grayscale: #5D5D5D. Windows color (decimal): -12230507 or 9789509. OLE color: 9789509.
HSL color Cylindrical-coordinate representation of color #456095: hue angle of 219.75º 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 #456095 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 96 | 149 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.42 |
| HSL | 219.75º | 0.37% | 0.43% | - |
| HSV(B) | 219.75º | 0.54% | 0.58% | - |
| XYZ | 12.06 | 11.8 | 30.08 | - |
| YUV | 93.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 149 | 0.54 | 0.36 | 0 | 0.42 | 219.75 | 0.37 | 0.43 |
| Hex | 45 | 60 | 95 | 36 | 24 | 0 | 2A | DC | 25 | 2B |
| Octal | 105 | 140 | 225 | 66 | 44 | 0 | 52 | 334 | 45 | 53 |
| Binary | 1000101 | 1100000 | 10010101 | 110110 | 100100 | 0 | 101010 | 11011100 | 100101 | 101011 |
Color Harmonies of #456095
Complementary color
Monochromatic Colors of #456095
Black with #456095
Text Example
Text Example
White with #456095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456095; }
p { color: rgb(69,96,149); }
H1.HeaderClassName
{
color: #456095;
}
.AnyTagClassName
{
color: #456095;
}
</style>
background-color css
<style>
a { background-color: #456095; }
a { background-color: rgb(69,96,149); }
div.DivClassName
{
background-color: #456095;
}
.BgClassName
{
background-color: #456095;
}
</style>
border-color css
<style>
span { border-color: #456095; }
span { border-color: rgb(69,96,149); }
td.TdClassName
{
border-color: #456095;
}
.TagClassName
{
border-color: #456095;
}
</style>