Shades of Mariner #466AA8
Tints of Mariner #466AA8
RGB
CMYK
RGB Variations
Color information
#466AA8 (or 0x466AA8) is known color: Mariner. HEX triplet: 46, 6A and A8. RGB value is (70,106,168). Sum of RGB (Red+Green+Blue) = 70+106+168=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #466AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AA8 is #B99557. Grayscale: #666666. Windows color (decimal): -12162392 or 11037254. OLE color: 11037254.
HSL color Cylindrical-coordinate representation of color #466AA8: hue angle of 217.96º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466AA8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 106 | 168 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.34 |
| HSL | 217.96º | 0.41% | 0.47% | - |
| HSV(B) | 217.96º | 0.58% | 0.66% | - |
| XYZ | 14.75 | 14.44 | 39.06 | - |
| YUV | 102.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 168 | 0.58 | 0.37 | 0 | 0.34 | 217.96 | 0.41 | 0.47 |
| Hex | 46 | 6A | A8 | 3A | 25 | 0 | 22 | DA | 29 | 2F |
| Octal | 106 | 152 | 250 | 72 | 45 | 0 | 42 | 332 | 51 | 57 |
| Binary | 1000110 | 1101010 | 10101000 | 111010 | 100101 | 0 | 100010 | 11011010 | 101001 | 101111 |
Color Harmonies of #466AA8
Complementary color
Monochromatic Colors of #466AA8
Black with #466AA8
Text Example
Text Example
White with #466AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AA8; }
p { color: rgb(70,106,168); }
H1.HeaderClassName
{
color: #466AA8;
}
.AnyTagClassName
{
color: #466AA8;
}
</style>
background-color css
<style>
a { background-color: #466AA8; }
a { background-color: rgb(70,106,168); }
div.DivClassName
{
background-color: #466AA8;
}
.BgClassName
{
background-color: #466AA8;
}
</style>
border-color css
<style>
span { border-color: #466AA8; }
span { border-color: rgb(70,106,168); }
td.TdClassName
{
border-color: #466AA8;
}
.TagClassName
{
border-color: #466AA8;
}
</style>