Shades of Mariner #465CA4
Tints of Mariner #465CA4
RGB
CMYK
RGB Variations
Color information
#465CA4 (or 0x465CA4) is known color: Mariner. HEX triplet: 46, 5C and A4. RGB value is (70,92,164). Sum of RGB (Red+Green+Blue) = 70+92+164=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #465CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465CA4 is #B9A35B. Grayscale: #5D5D5D. Windows color (decimal): -12165980 or 10771526. OLE color: 10771526.
HSL color Cylindrical-coordinate representation of color #465CA4: hue angle of 225.96º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465CA4 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 92 | 164 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.36 |
| HSL | 225.96º | 0.4% | 0.46% | - |
| HSV(B) | 225.96º | 0.57% | 0.64% | - |
| XYZ | 13.05 | 11.64 | 36.68 | - |
| YUV | 93.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 164 | 0.57 | 0.44 | 0 | 0.36 | 225.96 | 0.4 | 0.46 |
| Hex | 46 | 5C | A4 | 39 | 2C | 0 | 24 | E2 | 28 | 2E |
| Octal | 106 | 134 | 244 | 71 | 54 | 0 | 44 | 342 | 50 | 56 |
| Binary | 1000110 | 1011100 | 10100100 | 111001 | 101100 | 0 | 100100 | 11100010 | 101000 | 101110 |
Color Harmonies of #465CA4
Complementary color
Monochromatic Colors of #465CA4
Black with #465CA4
Text Example
Text Example
White with #465CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CA4; }
p { color: rgb(70,92,164); }
H1.HeaderClassName
{
color: #465CA4;
}
.AnyTagClassName
{
color: #465CA4;
}
</style>
background-color css
<style>
a { background-color: #465CA4; }
a { background-color: rgb(70,92,164); }
div.DivClassName
{
background-color: #465CA4;
}
.BgClassName
{
background-color: #465CA4;
}
</style>
border-color css
<style>
span { border-color: #465CA4; }
span { border-color: rgb(70,92,164); }
td.TdClassName
{
border-color: #465CA4;
}
.TagClassName
{
border-color: #465CA4;
}
</style>