Shades of Mariner #456798
Tints of Mariner #456798
RGB
CMYK
RGB Variations
Color information
#456798 (or 0x456798) is known color: Mariner. HEX triplet: 45, 67 and 98. RGB value is (69,103,152). Sum of RGB (Red+Green+Blue) = 69+103+152=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #456798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456798 is #BA9867. Grayscale: #626262. Windows color (decimal): -12228712 or 9987909. OLE color: 9987909.
HSL color Cylindrical-coordinate representation of color #456798: hue angle of 215.42º 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 #456798 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 103 | 152 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.40 |
| HSL | 215.42º | 0.38% | 0.43% | - |
| HSV(B) | 215.42º | 0.55% | 0.6% | - |
| XYZ | 12.97 | 13.23 | 31.58 | - |
| YUV | 98.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 152 | 0.55 | 0.32 | 0 | 0.40 | 215.42 | 0.38 | 0.43 |
| Hex | 45 | 67 | 98 | 37 | 20 | 0 | 28 | D7 | 26 | 2B |
| Octal | 105 | 147 | 230 | 67 | 40 | 0 | 50 | 327 | 46 | 53 |
| Binary | 1000101 | 1100111 | 10011000 | 110111 | 100000 | 0 | 101000 | 11010111 | 100110 | 101011 |
Color Harmonies of #456798
Complementary color
Monochromatic Colors of #456798
Black with #456798
Text Example
Text Example
White with #456798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456798; }
p { color: rgb(69,103,152); }
H1.HeaderClassName
{
color: #456798;
}
.AnyTagClassName
{
color: #456798;
}
</style>
background-color css
<style>
a { background-color: #456798; }
a { background-color: rgb(69,103,152); }
div.DivClassName
{
background-color: #456798;
}
.BgClassName
{
background-color: #456798;
}
</style>
border-color css
<style>
span { border-color: #456798; }
span { border-color: rgb(69,103,152); }
td.TdClassName
{
border-color: #456798;
}
.TagClassName
{
border-color: #456798;
}
</style>