Shades of Mariner #4067AC
Tints of Mariner #4067AC
RGB
CMYK
RGB Variations
Color information
#4067AC (or 0x4067AC) is known color: Mariner. HEX triplet: 40, 67 and AC. RGB value is (64,103,172). Sum of RGB (Red+Green+Blue) = 64+103+172=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4067AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4067AC is #BF9853. Grayscale: #626262. Windows color (decimal): -12556372 or 11298624. OLE color: 11298624.
HSL color Cylindrical-coordinate representation of color #4067AC: hue angle of 218.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4067AC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 103 | 172 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.33 |
| HSL | 218.33º | 0.46% | 0.46% | - |
| HSV(B) | 218.33º | 0.63% | 0.67% | - |
| XYZ | 14.41 | 13.77 | 40.93 | - |
| YUV | 99.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 172 | 0.63 | 0.40 | 0 | 0.33 | 218.33 | 0.46 | 0.46 |
| Hex | 40 | 67 | AC | 3F | 28 | 0 | 21 | DA | 2E | 2E |
| Octal | 100 | 147 | 254 | 77 | 50 | 0 | 41 | 332 | 56 | 56 |
| Binary | 1000000 | 1100111 | 10101100 | 111111 | 101000 | 0 | 100001 | 11011010 | 101110 | 101110 |
Color Harmonies of #4067AC
Complementary color
Monochromatic Colors of #4067AC
Black with #4067AC
Text Example
Text Example
White with #4067AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067AC; }
p { color: rgb(64,103,172); }
H1.HeaderClassName
{
color: #4067AC;
}
.AnyTagClassName
{
color: #4067AC;
}
</style>
background-color css
<style>
a { background-color: #4067AC; }
a { background-color: rgb(64,103,172); }
div.DivClassName
{
background-color: #4067AC;
}
.BgClassName
{
background-color: #4067AC;
}
</style>
border-color css
<style>
span { border-color: #4067AC; }
span { border-color: rgb(64,103,172); }
td.TdClassName
{
border-color: #4067AC;
}
.TagClassName
{
border-color: #4067AC;
}
</style>