Shades of Mariner #456699
Tints of Mariner #456699
RGB
CMYK
RGB Variations
Color information
#456699 (or 0x456699) is known color: Mariner. HEX triplet: 45, 66 and 99. RGB value is (69,102,153). Sum of RGB (Red+Green+Blue) = 69+102+153=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #456699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456699 is #BA9966. Grayscale: #616161. Windows color (decimal): -12228967 or 10053189. OLE color: 10053189.
HSL color Cylindrical-coordinate representation of color #456699: hue angle of 216.43º 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 #456699 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 102 | 153 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.4 |
| HSL | 216.43º | 0.38% | 0.44% | - |
| HSV(B) | 216.43º | 0.55% | 0.6% | - |
| XYZ | 12.96 | 13.07 | 31.98 | - |
| YUV | 97.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 153 | 0.55 | 0.33 | 0 | 0.4 | 216.43 | 0.38 | 0.44 |
| Hex | 45 | 66 | 99 | 37 | 21 | 0 | 28 | D8 | 26 | 2C |
| Octal | 105 | 146 | 231 | 67 | 41 | 0 | 50 | 330 | 46 | 54 |
| Binary | 1000101 | 1100110 | 10011001 | 110111 | 100001 | 0 | 101000 | 11011000 | 100110 | 101100 |
Color Harmonies of #456699
Complementary color
Monochromatic Colors of #456699
Black with #456699
Text Example
Text Example
White with #456699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456699; }
p { color: rgb(69,102,153); }
H1.HeaderClassName
{
color: #456699;
}
.AnyTagClassName
{
color: #456699;
}
</style>
background-color css
<style>
a { background-color: #456699; }
a { background-color: rgb(69,102,153); }
div.DivClassName
{
background-color: #456699;
}
.BgClassName
{
background-color: #456699;
}
</style>
border-color css
<style>
span { border-color: #456699; }
span { border-color: rgb(69,102,153); }
td.TdClassName
{
border-color: #456699;
}
.TagClassName
{
border-color: #456699;
}
</style>