Shades of Mariner #4665AC
Tints of Mariner #4665AC
RGB
CMYK
RGB Variations
Color information
#4665AC (or 0x4665AC) is known color: Mariner. HEX triplet: 46, 65 and AC. RGB value is (70,101,172). Sum of RGB (Red+Green+Blue) = 70+101+172=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #4665AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4665AC is #B99A53. Grayscale: #636363. Windows color (decimal): -12163668 or 11298118. OLE color: 11298118.
HSL color Cylindrical-coordinate representation of color #4665AC: hue angle of 221.76º 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 #4665AC is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 101 | 172 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.33 |
| HSL | 221.76º | 0.42% | 0.47% | - |
| HSV(B) | 221.76º | 0.59% | 0.67% | - |
| XYZ | 14.63 | 13.59 | 40.88 | - |
| YUV | 99.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 172 | 0.59 | 0.41 | 0 | 0.33 | 221.76 | 0.42 | 0.47 |
| Hex | 46 | 65 | AC | 3B | 29 | 0 | 21 | DE | 2A | 2F |
| Octal | 106 | 145 | 254 | 73 | 51 | 0 | 41 | 336 | 52 | 57 |
| Binary | 1000110 | 1100101 | 10101100 | 111011 | 101001 | 0 | 100001 | 11011110 | 101010 | 101111 |
Color Harmonies of #4665AC
Complementary color
Monochromatic Colors of #4665AC
Black with #4665AC
Text Example
Text Example
White with #4665AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665AC; }
p { color: rgb(70,101,172); }
H1.HeaderClassName
{
color: #4665AC;
}
.AnyTagClassName
{
color: #4665AC;
}
</style>
background-color css
<style>
a { background-color: #4665AC; }
a { background-color: rgb(70,101,172); }
div.DivClassName
{
background-color: #4665AC;
}
.BgClassName
{
background-color: #4665AC;
}
</style>
border-color css
<style>
span { border-color: #4665AC; }
span { border-color: rgb(70,101,172); }
td.TdClassName
{
border-color: #4665AC;
}
.TagClassName
{
border-color: #4665AC;
}
</style>