Shades of Mariner #4A5FAA
Tints of Mariner #4A5FAA
RGB
CMYK
RGB Variations
Color information
#4A5FAA (or 0x4A5FAA) is known color: Mariner. HEX triplet: 4A, 5F and AA. RGB value is (74,95,170). Sum of RGB (Red+Green+Blue) = 74+95+170=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5FAA is #B5A055. Grayscale: #606060. Windows color (decimal): -11903062 or 11165514. OLE color: 11165514.
HSL color Cylindrical-coordinate representation of color #4A5FAA: hue angle of 226.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A5FAA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 95 | 170 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.33 |
| HSL | 226.88º | 0.39% | 0.48% | - |
| HSV(B) | 226.88º | 0.56% | 0.67% | - |
| XYZ | 14.17 | 12.54 | 39.7 | - |
| YUV | 97.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 170 | 0.56 | 0.44 | 0 | 0.33 | 226.88 | 0.39 | 0.48 |
| Hex | 4A | 5F | AA | 38 | 2C | 0 | 21 | E3 | 27 | 30 |
| Octal | 112 | 137 | 252 | 70 | 54 | 0 | 41 | 343 | 47 | 60 |
| Binary | 1001010 | 1011111 | 10101010 | 111000 | 101100 | 0 | 100001 | 11100011 | 100111 | 110000 |
Color Harmonies of #4A5FAA
Complementary color
Monochromatic Colors of #4A5FAA
Black with #4A5FAA
Text Example
Text Example
White with #4A5FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5FAA; }
p { color: rgb(74,95,170); }
H1.HeaderClassName
{
color: #4A5FAA;
}
.AnyTagClassName
{
color: #4A5FAA;
}
</style>
background-color css
<style>
a { background-color: #4A5FAA; }
a { background-color: rgb(74,95,170); }
div.DivClassName
{
background-color: #4A5FAA;
}
.BgClassName
{
background-color: #4A5FAA;
}
</style>
border-color css
<style>
span { border-color: #4A5FAA; }
span { border-color: rgb(74,95,170); }
td.TdClassName
{
border-color: #4A5FAA;
}
.TagClassName
{
border-color: #4A5FAA;
}
</style>