Shades of Mariner #4664AB
Tints of Mariner #4664AB
RGB
CMYK
RGB Variations
Color information
#4664AB (or 0x4664AB) is known color: Mariner. HEX triplet: 46, 64 and AB. RGB value is (70,100,171). Sum of RGB (Red+Green+Blue) = 70+100+171=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4664AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4664AB is #B99B54. Grayscale: #626262. Windows color (decimal): -12163925 or 11232326. OLE color: 11232326.
HSL color Cylindrical-coordinate representation of color #4664AB: hue angle of 222.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4664AB is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 100 | 171 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.33 |
| HSL | 222.18º | 0.42% | 0.47% | - |
| HSV(B) | 222.18º | 0.59% | 0.67% | - |
| XYZ | 14.43 | 13.36 | 40.35 | - |
| YUV | 99.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 171 | 0.59 | 0.42 | 0 | 0.33 | 222.18 | 0.42 | 0.47 |
| Hex | 46 | 64 | AB | 3B | 2A | 0 | 21 | DE | 2A | 2F |
| Octal | 106 | 144 | 253 | 73 | 52 | 0 | 41 | 336 | 52 | 57 |
| Binary | 1000110 | 1100100 | 10101011 | 111011 | 101010 | 0 | 100001 | 11011110 | 101010 | 101111 |
Color Harmonies of #4664AB
Complementary color
Monochromatic Colors of #4664AB
Black with #4664AB
Text Example
Text Example
White with #4664AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4664AB; }
p { color: rgb(70,100,171); }
H1.HeaderClassName
{
color: #4664AB;
}
.AnyTagClassName
{
color: #4664AB;
}
</style>
background-color css
<style>
a { background-color: #4664AB; }
a { background-color: rgb(70,100,171); }
div.DivClassName
{
background-color: #4664AB;
}
.BgClassName
{
background-color: #4664AB;
}
</style>
border-color css
<style>
span { border-color: #4664AB; }
span { border-color: rgb(70,100,171); }
td.TdClassName
{
border-color: #4664AB;
}
.TagClassName
{
border-color: #4664AB;
}
</style>