Shades of Mariner #456698
Tints of Mariner #456698
RGB
CMYK
RGB Variations
Color information
#456698 (or 0x456698) is known color: Mariner. HEX triplet: 45, 66 and 98. RGB value is (69,102,152). Sum of RGB (Red+Green+Blue) = 69+102+152=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #456698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456698 is #BA9967. Grayscale: #616161. Windows color (decimal): -12228968 or 9987653. OLE color: 9987653.
HSL color Cylindrical-coordinate representation of color #456698: hue angle of 216.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456698 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 102 | 152 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.40 |
| HSL | 216.14º | 0.38% | 0.43% | - |
| HSV(B) | 216.14º | 0.55% | 0.6% | - |
| XYZ | 12.87 | 13.03 | 31.54 | - |
| YUV | 97.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 152 | 0.55 | 0.33 | 0 | 0.40 | 216.14 | 0.38 | 0.43 |
| Hex | 45 | 66 | 98 | 37 | 21 | 0 | 28 | D8 | 26 | 2B |
| Octal | 105 | 146 | 230 | 67 | 41 | 0 | 50 | 330 | 46 | 53 |
| Binary | 1000101 | 1100110 | 10011000 | 110111 | 100001 | 0 | 101000 | 11011000 | 100110 | 101011 |
Color Harmonies of #456698
Complementary color
Monochromatic Colors of #456698
Black with #456698
Text Example
Text Example
White with #456698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456698; }
p { color: rgb(69,102,152); }
H1.HeaderClassName
{
color: #456698;
}
.AnyTagClassName
{
color: #456698;
}
</style>
background-color css
<style>
a { background-color: #456698; }
a { background-color: rgb(69,102,152); }
div.DivClassName
{
background-color: #456698;
}
.BgClassName
{
background-color: #456698;
}
</style>
border-color css
<style>
span { border-color: #456698; }
span { border-color: rgb(69,102,152); }
td.TdClassName
{
border-color: #456698;
}
.TagClassName
{
border-color: #456698;
}
</style>