Shades of Mariner #456DAC
Tints of Mariner #456DAC
RGB
CMYK
RGB Variations
Color information
#456DAC (or 0x456DAC) is known color: Mariner. HEX triplet: 45, 6D and AC. RGB value is (69,109,172). Sum of RGB (Red+Green+Blue) = 69+109+172=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #456DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAC is #BA9253. Grayscale: #676767. Windows color (decimal): -12227156 or 11300165. OLE color: 11300165.
HSL color Cylindrical-coordinate representation of color #456DAC: hue angle of 216.7º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456DAC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 109 | 172 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.33 |
| HSL | 216.7º | 0.43% | 0.47% | - |
| HSV(B) | 216.7º | 0.6% | 0.67% | - |
| XYZ | 15.37 | 15.18 | 41.15 | - |
| YUV | 104.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 172 | 0.60 | 0.37 | 0 | 0.33 | 216.7 | 0.43 | 0.47 |
| Hex | 45 | 6D | AC | 3C | 25 | 0 | 21 | D9 | 2B | 2F |
| Octal | 105 | 155 | 254 | 74 | 45 | 0 | 41 | 331 | 53 | 57 |
| Binary | 1000101 | 1101101 | 10101100 | 111100 | 100101 | 0 | 100001 | 11011001 | 101011 | 101111 |
Color Harmonies of #456DAC
Complementary color
Monochromatic Colors of #456DAC
Black with #456DAC
Text Example
Text Example
White with #456DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DAC; }
p { color: rgb(69,109,172); }
H1.HeaderClassName
{
color: #456DAC;
}
.AnyTagClassName
{
color: #456DAC;
}
</style>
background-color css
<style>
a { background-color: #456DAC; }
a { background-color: rgb(69,109,172); }
div.DivClassName
{
background-color: #456DAC;
}
.BgClassName
{
background-color: #456DAC;
}
</style>
border-color css
<style>
span { border-color: #456DAC; }
span { border-color: rgb(69,109,172); }
td.TdClassName
{
border-color: #456DAC;
}
.TagClassName
{
border-color: #456DAC;
}
</style>