Shades of Mariner #465CAC
Tints of Mariner #465CAC
RGB
CMYK
RGB Variations
Color information
#465CAC (or 0x465CAC) is known color: Mariner. HEX triplet: 46, 5C and AC. RGB value is (70,92,172). Sum of RGB (Red+Green+Blue) = 70+92+172=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #465CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465CAC is #B9A353. Grayscale: #5E5E5E. Windows color (decimal): -12165972 or 11295814. OLE color: 11295814.
HSL color Cylindrical-coordinate representation of color #465CAC: hue angle of 227.06º 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 #465CAC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 92 | 172 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.33 |
| HSL | 227.06º | 0.42% | 0.47% | - |
| HSV(B) | 227.06º | 0.59% | 0.67% | - |
| XYZ | 13.8 | 11.93 | 40.61 | - |
| YUV | 94.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 172 | 0.59 | 0.47 | 0 | 0.33 | 227.06 | 0.42 | 0.47 |
| Hex | 46 | 5C | AC | 3B | 2F | 0 | 21 | E3 | 2A | 2F |
| Octal | 106 | 134 | 254 | 73 | 57 | 0 | 41 | 343 | 52 | 57 |
| Binary | 1000110 | 1011100 | 10101100 | 111011 | 101111 | 0 | 100001 | 11100011 | 101010 | 101111 |
Color Harmonies of #465CAC
Complementary color
Monochromatic Colors of #465CAC
Black with #465CAC
Text Example
Text Example
White with #465CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CAC; }
p { color: rgb(70,92,172); }
H1.HeaderClassName
{
color: #465CAC;
}
.AnyTagClassName
{
color: #465CAC;
}
</style>
background-color css
<style>
a { background-color: #465CAC; }
a { background-color: rgb(70,92,172); }
div.DivClassName
{
background-color: #465CAC;
}
.BgClassName
{
background-color: #465CAC;
}
</style>
border-color css
<style>
span { border-color: #465CAC; }
span { border-color: rgb(70,92,172); }
td.TdClassName
{
border-color: #465CAC;
}
.TagClassName
{
border-color: #465CAC;
}
</style>