Shades of Mariner #456599
Tints of Mariner #456599
RGB
CMYK
RGB Variations
Color information
#456599 (or 0x456599) is known color: Mariner. HEX triplet: 45, 65 and 99. RGB value is (69,101,153). Sum of RGB (Red+Green+Blue) = 69+101+153=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #456599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456599 is #BA9A66. Grayscale: #616161. Windows color (decimal): -12229223 or 10052933. OLE color: 10052933.
HSL color Cylindrical-coordinate representation of color #456599: hue angle of 217.14º 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 #456599 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 101 | 153 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.4 |
| HSL | 217.14º | 0.38% | 0.44% | - |
| HSV(B) | 217.14º | 0.55% | 0.6% | - |
| XYZ | 12.86 | 12.87 | 31.94 | - |
| YUV | 97.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 153 | 0.55 | 0.34 | 0 | 0.4 | 217.14 | 0.38 | 0.44 |
| Hex | 45 | 65 | 99 | 37 | 22 | 0 | 28 | D9 | 26 | 2C |
| Octal | 105 | 145 | 231 | 67 | 42 | 0 | 50 | 331 | 46 | 54 |
| Binary | 1000101 | 1100101 | 10011001 | 110111 | 100010 | 0 | 101000 | 11011001 | 100110 | 101100 |
Color Harmonies of #456599
Complementary color
Monochromatic Colors of #456599
Black with #456599
Text Example
Text Example
White with #456599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456599; }
p { color: rgb(69,101,153); }
H1.HeaderClassName
{
color: #456599;
}
.AnyTagClassName
{
color: #456599;
}
</style>
background-color css
<style>
a { background-color: #456599; }
a { background-color: rgb(69,101,153); }
div.DivClassName
{
background-color: #456599;
}
.BgClassName
{
background-color: #456599;
}
</style>
border-color css
<style>
span { border-color: #456599; }
span { border-color: rgb(69,101,153); }
td.TdClassName
{
border-color: #456599;
}
.TagClassName
{
border-color: #456599;
}
</style>