Shades of Mariner #465AAA
Tints of Mariner #465AAA
RGB
CMYK
RGB Variations
Color information
#465AAA (or 0x465AAA) is known color: Mariner. HEX triplet: 46, 5A and AA. RGB value is (70,90,170). Sum of RGB (Red+Green+Blue) = 70+90+170=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #465AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAA is #B9A555. Grayscale: #5C5C5C. Windows color (decimal): -12166486 or 11164230. OLE color: 11164230.
HSL color Cylindrical-coordinate representation of color #465AAA: hue angle of 228º 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 #465AAA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 90 | 170 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.33 |
| HSL | 228º | 0.42% | 0.47% | - |
| HSV(B) | 228º | 0.59% | 0.67% | - |
| XYZ | 13.44 | 11.52 | 39.54 | - |
| YUV | 93.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 170 | 0.59 | 0.47 | 0 | 0.33 | 228 | 0.42 | 0.47 |
| Hex | 46 | 5A | AA | 3B | 2F | 0 | 21 | E4 | 2A | 2F |
| Octal | 106 | 132 | 252 | 73 | 57 | 0 | 41 | 344 | 52 | 57 |
| Binary | 1000110 | 1011010 | 10101010 | 111011 | 101111 | 0 | 100001 | 11100100 | 101010 | 101111 |
Color Harmonies of #465AAA
Complementary color
Monochromatic Colors of #465AAA
Black with #465AAA
Text Example
Text Example
White with #465AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AAA; }
p { color: rgb(70,90,170); }
H1.HeaderClassName
{
color: #465AAA;
}
.AnyTagClassName
{
color: #465AAA;
}
</style>
background-color css
<style>
a { background-color: #465AAA; }
a { background-color: rgb(70,90,170); }
div.DivClassName
{
background-color: #465AAA;
}
.BgClassName
{
background-color: #465AAA;
}
</style>
border-color css
<style>
span { border-color: #465AAA; }
span { border-color: rgb(70,90,170); }
td.TdClassName
{
border-color: #465AAA;
}
.TagClassName
{
border-color: #465AAA;
}
</style>