Shades of Mariner #4061AF
Tints of Mariner #4061AF
RGB
CMYK
RGB Variations
Color information
#4061AF (or 0x4061AF) is known color: Mariner. HEX triplet: 40, 61 and AF. RGB value is (64,97,175). Sum of RGB (Red+Green+Blue) = 64+97+175=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #4061AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AF is #BF9E50. Grayscale: #5F5F5F. Windows color (decimal): -12557905 or 11493696. OLE color: 11493696.
HSL color Cylindrical-coordinate representation of color #4061AF: hue angle of 222.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4061AF is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 97 | 175 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.31 |
| HSL | 222.16º | 0.46% | 0.47% | - |
| HSV(B) | 222.16º | 0.63% | 0.69% | - |
| XYZ | 14.13 | 12.73 | 42.27 | - |
| YUV | 96.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 175 | 0.63 | 0.45 | 0 | 0.31 | 222.16 | 0.46 | 0.47 |
| Hex | 40 | 61 | AF | 3F | 2D | 0 | 1F | DE | 2E | 2F |
| Octal | 100 | 141 | 257 | 77 | 55 | 0 | 37 | 336 | 56 | 57 |
| Binary | 1000000 | 1100001 | 10101111 | 111111 | 101101 | 0 | 11111 | 11011110 | 101110 | 101111 |
Color Harmonies of #4061AF
Complementary color
Monochromatic Colors of #4061AF
Black with #4061AF
Text Example
Text Example
White with #4061AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4061AF; }
p { color: rgb(64,97,175); }
H1.HeaderClassName
{
color: #4061AF;
}
.AnyTagClassName
{
color: #4061AF;
}
</style>
background-color css
<style>
a { background-color: #4061AF; }
a { background-color: rgb(64,97,175); }
div.DivClassName
{
background-color: #4061AF;
}
.BgClassName
{
background-color: #4061AF;
}
</style>
border-color css
<style>
span { border-color: #4061AF; }
span { border-color: rgb(64,97,175); }
td.TdClassName
{
border-color: #4061AF;
}
.TagClassName
{
border-color: #4061AF;
}
</style>