Shades of Mariner #456495
Tints of Mariner #456495
RGB
CMYK
RGB Variations
Color information
#456495 (or 0x456495) is known color: Mariner. HEX triplet: 45, 64 and 95. RGB value is (69,100,149). Sum of RGB (Red+Green+Blue) = 69+100+149=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #456495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456495 is #BA9B6A. Grayscale: #606060. Windows color (decimal): -12229483 or 9790533. OLE color: 9790533.
HSL color Cylindrical-coordinate representation of color #456495: hue angle of 216.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 #456495 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 100 | 149 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.42 |
| HSL | 216.75º | 0.37% | 0.43% | - |
| HSV(B) | 216.75º | 0.54% | 0.58% | - |
| XYZ | 12.44 | 12.55 | 30.2 | - |
| YUV | 96.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 149 | 0.54 | 0.33 | 0 | 0.42 | 216.75 | 0.37 | 0.43 |
| Hex | 45 | 64 | 95 | 36 | 21 | 0 | 2A | D9 | 25 | 2B |
| Octal | 105 | 144 | 225 | 66 | 41 | 0 | 52 | 331 | 45 | 53 |
| Binary | 1000101 | 1100100 | 10010101 | 110110 | 100001 | 0 | 101010 | 11011001 | 100101 | 101011 |
Color Harmonies of #456495
Complementary color
Monochromatic Colors of #456495
Black with #456495
Text Example
Text Example
White with #456495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456495; }
p { color: rgb(69,100,149); }
H1.HeaderClassName
{
color: #456495;
}
.AnyTagClassName
{
color: #456495;
}
</style>
background-color css
<style>
a { background-color: #456495; }
a { background-color: rgb(69,100,149); }
div.DivClassName
{
background-color: #456495;
}
.BgClassName
{
background-color: #456495;
}
</style>
border-color css
<style>
span { border-color: #456495; }
span { border-color: rgb(69,100,149); }
td.TdClassName
{
border-color: #456495;
}
.TagClassName
{
border-color: #456495;
}
</style>