Shades of Mariner #4664AA
Tints of Mariner #4664AA
RGB
CMYK
RGB Variations
Color information
#4664AA (or 0x4664AA) is known color: Mariner. HEX triplet: 46, 64 and AA. RGB value is (70,100,170). Sum of RGB (Red+Green+Blue) = 70+100+170=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4664AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4664AA is #B99B55. Grayscale: #626262. Windows color (decimal): -12163926 or 11166790. OLE color: 11166790.
HSL color Cylindrical-coordinate representation of color #4664AA: hue angle of 222º 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 #4664AA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 100 | 170 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.33 |
| HSL | 222º | 0.42% | 0.47% | - |
| HSV(B) | 222º | 0.59% | 0.67% | - |
| XYZ | 14.34 | 13.32 | 39.85 | - |
| YUV | 99.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 170 | 0.59 | 0.41 | 0 | 0.33 | 222 | 0.42 | 0.47 |
| Hex | 46 | 64 | AA | 3B | 29 | 0 | 21 | DE | 2A | 2F |
| Octal | 106 | 144 | 252 | 73 | 51 | 0 | 41 | 336 | 52 | 57 |
| Binary | 1000110 | 1100100 | 10101010 | 111011 | 101001 | 0 | 100001 | 11011110 | 101010 | 101111 |
Color Harmonies of #4664AA
Complementary color
Monochromatic Colors of #4664AA
Black with #4664AA
Text Example
Text Example
White with #4664AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4664AA; }
p { color: rgb(70,100,170); }
H1.HeaderClassName
{
color: #4664AA;
}
.AnyTagClassName
{
color: #4664AA;
}
</style>
background-color css
<style>
a { background-color: #4664AA; }
a { background-color: rgb(70,100,170); }
div.DivClassName
{
background-color: #4664AA;
}
.BgClassName
{
background-color: #4664AA;
}
</style>
border-color css
<style>
span { border-color: #4664AA; }
span { border-color: rgb(70,100,170); }
td.TdClassName
{
border-color: #4664AA;
}
.TagClassName
{
border-color: #4664AA;
}
</style>