Shades of Mariner #4064A1
Tints of Mariner #4064A1
RGB
CMYK
RGB Variations
Color information
#4064A1 (or 0x4064A1) is known color: Mariner. HEX triplet: 40, 64 and A1. RGB value is (64,100,161). Sum of RGB (Red+Green+Blue) = 64+100+161=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #4064A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064A1 is #BF9B5E. Grayscale: #5F5F5F. Windows color (decimal): -12557151 or 10576960. OLE color: 10576960.
HSL color Cylindrical-coordinate representation of color #4064A1: hue angle of 217.73º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4064A1 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 100 | 161 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.37 |
| HSL | 217.73º | 0.43% | 0.44% | - |
| HSV(B) | 217.73º | 0.6% | 0.63% | - |
| XYZ | 13.1 | 12.78 | 35.49 | - |
| YUV | 96.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 161 | 0.60 | 0.38 | 0 | 0.37 | 217.73 | 0.43 | 0.44 |
| Hex | 40 | 64 | A1 | 3C | 26 | 0 | 25 | DA | 2B | 2C |
| Octal | 100 | 144 | 241 | 74 | 46 | 0 | 45 | 332 | 53 | 54 |
| Binary | 1000000 | 1100100 | 10100001 | 111100 | 100110 | 0 | 100101 | 11011010 | 101011 | 101100 |
Color Harmonies of #4064A1
Complementary color
Monochromatic Colors of #4064A1
Black with #4064A1
Text Example
Text Example
White with #4064A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064A1; }
p { color: rgb(64,100,161); }
H1.HeaderClassName
{
color: #4064A1;
}
.AnyTagClassName
{
color: #4064A1;
}
</style>
background-color css
<style>
a { background-color: #4064A1; }
a { background-color: rgb(64,100,161); }
div.DivClassName
{
background-color: #4064A1;
}
.BgClassName
{
background-color: #4064A1;
}
</style>
border-color css
<style>
span { border-color: #4064A1; }
span { border-color: rgb(64,100,161); }
td.TdClassName
{
border-color: #4064A1;
}
.TagClassName
{
border-color: #4064A1;
}
</style>