Shades of Mariner #4067AA
Tints of Mariner #4067AA
RGB
CMYK
RGB Variations
Color information
#4067AA (or 0x4067AA) is known color: Mariner. HEX triplet: 40, 67 and AA. RGB value is (64,103,170). Sum of RGB (Red+Green+Blue) = 64+103+170=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #4067AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4067AA is #BF9855. Grayscale: #626262. Windows color (decimal): -12556374 or 11167552. OLE color: 11167552.
HSL color Cylindrical-coordinate representation of color #4067AA: hue angle of 217.92º 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 #4067AA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 103 | 170 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.33 |
| HSL | 217.92º | 0.45% | 0.46% | - |
| HSV(B) | 217.92º | 0.62% | 0.67% | - |
| XYZ | 14.22 | 13.69 | 39.92 | - |
| YUV | 98.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 170 | 0.62 | 0.39 | 0 | 0.33 | 217.92 | 0.45 | 0.46 |
| Hex | 40 | 67 | AA | 3E | 27 | 0 | 21 | DA | 2D | 2E |
| Octal | 100 | 147 | 252 | 76 | 47 | 0 | 41 | 332 | 55 | 56 |
| Binary | 1000000 | 1100111 | 10101010 | 111110 | 100111 | 0 | 100001 | 11011010 | 101101 | 101110 |
Color Harmonies of #4067AA
Complementary color
Monochromatic Colors of #4067AA
Black with #4067AA
Text Example
Text Example
White with #4067AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067AA; }
p { color: rgb(64,103,170); }
H1.HeaderClassName
{
color: #4067AA;
}
.AnyTagClassName
{
color: #4067AA;
}
</style>
background-color css
<style>
a { background-color: #4067AA; }
a { background-color: rgb(64,103,170); }
div.DivClassName
{
background-color: #4067AA;
}
.BgClassName
{
background-color: #4067AA;
}
</style>
border-color css
<style>
span { border-color: #4067AA; }
span { border-color: rgb(64,103,170); }
td.TdClassName
{
border-color: #4067AA;
}
.TagClassName
{
border-color: #4067AA;
}
</style>