Shades of Mariner #4065AD
Tints of Mariner #4065AD
RGB
CMYK
RGB Variations
Color information
#4065AD (or 0x4065AD) is known color: Mariner. HEX triplet: 40, 65 and AD. RGB value is (64,101,173). Sum of RGB (Red+Green+Blue) = 64+101+173=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #4065AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4065AD is #BF9A52. Grayscale: #616161. Windows color (decimal): -12556883 or 11363648. OLE color: 11363648.
HSL color Cylindrical-coordinate representation of color #4065AD: hue angle of 219.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4065AD is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 101 | 173 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.32 |
| HSL | 219.63º | 0.46% | 0.46% | - |
| HSV(B) | 219.63º | 0.63% | 0.68% | - |
| XYZ | 14.31 | 13.41 | 41.37 | - |
| YUV | 98.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 173 | 0.63 | 0.42 | 0 | 0.32 | 219.63 | 0.46 | 0.46 |
| Hex | 40 | 65 | AD | 3F | 2A | 0 | 20 | DC | 2E | 2E |
| Octal | 100 | 145 | 255 | 77 | 52 | 0 | 40 | 334 | 56 | 56 |
| Binary | 1000000 | 1100101 | 10101101 | 111111 | 101010 | 0 | 100000 | 11011100 | 101110 | 101110 |
Color Harmonies of #4065AD
Complementary color
Monochromatic Colors of #4065AD
Black with #4065AD
Text Example
Text Example
White with #4065AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065AD; }
p { color: rgb(64,101,173); }
H1.HeaderClassName
{
color: #4065AD;
}
.AnyTagClassName
{
color: #4065AD;
}
</style>
background-color css
<style>
a { background-color: #4065AD; }
a { background-color: rgb(64,101,173); }
div.DivClassName
{
background-color: #4065AD;
}
.BgClassName
{
background-color: #4065AD;
}
</style>
border-color css
<style>
span { border-color: #4065AD; }
span { border-color: rgb(64,101,173); }
td.TdClassName
{
border-color: #4065AD;
}
.TagClassName
{
border-color: #4065AD;
}
</style>