Shades of Mariner #4664A5
Tints of Mariner #4664A5
RGB
CMYK
RGB Variations
Color information
#4664A5 (or 0x4664A5) is known color: Mariner. HEX triplet: 46, 64 and A5. RGB value is (70,100,165). Sum of RGB (Red+Green+Blue) = 70+100+165=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #4664A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4664A5 is #B99B5A. Grayscale: #626262. Windows color (decimal): -12163931 or 10839110. OLE color: 10839110.
HSL color Cylindrical-coordinate representation of color #4664A5: hue angle of 221.05º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4664A5 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 100 | 165 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.35 |
| HSL | 221.05º | 0.4% | 0.46% | - |
| HSV(B) | 221.05º | 0.58% | 0.65% | - |
| XYZ | 13.87 | 13.13 | 37.4 | - |
| YUV | 98.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 165 | 0.58 | 0.39 | 0 | 0.35 | 221.05 | 0.4 | 0.46 |
| Hex | 46 | 64 | A5 | 3A | 27 | 0 | 23 | DD | 28 | 2E |
| Octal | 106 | 144 | 245 | 72 | 47 | 0 | 43 | 335 | 50 | 56 |
| Binary | 1000110 | 1100100 | 10100101 | 111010 | 100111 | 0 | 100011 | 11011101 | 101000 | 101110 |
Color Harmonies of #4664A5
Complementary color
Monochromatic Colors of #4664A5
Black with #4664A5
Text Example
Text Example
White with #4664A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4664A5; }
p { color: rgb(70,100,165); }
H1.HeaderClassName
{
color: #4664A5;
}
.AnyTagClassName
{
color: #4664A5;
}
</style>
background-color css
<style>
a { background-color: #4664A5; }
a { background-color: rgb(70,100,165); }
div.DivClassName
{
background-color: #4664A5;
}
.BgClassName
{
background-color: #4664A5;
}
</style>
border-color css
<style>
span { border-color: #4664A5; }
span { border-color: rgb(70,100,165); }
td.TdClassName
{
border-color: #4664A5;
}
.TagClassName
{
border-color: #4664A5;
}
</style>