Shades of Mariner #416FAC
Tints of Mariner #416FAC
RGB
CMYK
RGB Variations
Color information
#416FAC (or 0x416FAC) is known color: Mariner. HEX triplet: 41, 6F and AC. RGB value is (65,111,172). Sum of RGB (Red+Green+Blue) = 65+111+172=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #416FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FAC is #BE9053. Grayscale: #676767. Windows color (decimal): -12488788 or 11300673. OLE color: 11300673.
HSL color Cylindrical-coordinate representation of color #416FAC: hue angle of 214.21º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416FAC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 111 | 172 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.33 |
| HSL | 214.21º | 0.45% | 0.46% | - |
| HSV(B) | 214.21º | 0.62% | 0.67% | - |
| XYZ | 15.31 | 15.47 | 41.21 | - |
| YUV | 104.2 | 166.26 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 172 | 0.62 | 0.35 | 0 | 0.33 | 214.21 | 0.45 | 0.46 |
| Hex | 41 | 6F | AC | 3E | 23 | 0 | 21 | D6 | 2D | 2E |
| Octal | 101 | 157 | 254 | 76 | 43 | 0 | 41 | 326 | 55 | 56 |
| Binary | 1000001 | 1101111 | 10101100 | 111110 | 100011 | 0 | 100001 | 11010110 | 101101 | 101110 |
Color Harmonies of #416FAC
Complementary color
Monochromatic Colors of #416FAC
Black with #416FAC
Text Example
Text Example
White with #416FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FAC; }
p { color: rgb(65,111,172); }
H1.HeaderClassName
{
color: #416FAC;
}
.AnyTagClassName
{
color: #416FAC;
}
</style>
background-color css
<style>
a { background-color: #416FAC; }
a { background-color: rgb(65,111,172); }
div.DivClassName
{
background-color: #416FAC;
}
.BgClassName
{
background-color: #416FAC;
}
</style>
border-color css
<style>
span { border-color: #416FAC; }
span { border-color: rgb(65,111,172); }
td.TdClassName
{
border-color: #416FAC;
}
.TagClassName
{
border-color: #416FAC;
}
</style>