Shades of Mariner #4A6295
Tints of Mariner #4A6295
RGB
CMYK
RGB Variations
Color information
#4A6295 (or 0x4A6295) is known color: Mariner. HEX triplet: 4A, 62 and 95. RGB value is (74,98,149). Sum of RGB (Red+Green+Blue) = 74+98+149=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A6295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6295 is #B59D6A. Grayscale: #606060. Windows color (decimal): -11902315 or 9790026. OLE color: 9790026.
HSL color Cylindrical-coordinate representation of color #4A6295: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6295 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 98 | 149 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.42 |
| HSL | 220.8º | 0.34% | 0.44% | - |
| HSV(B) | 220.8º | 0.5% | 0.58% | - |
| XYZ | 12.62 | 12.36 | 30.15 | - |
| YUV | 96.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 149 | 0.50 | 0.34 | 0 | 0.42 | 220.8 | 0.34 | 0.44 |
| Hex | 4A | 62 | 95 | 32 | 22 | 0 | 2A | DD | 22 | 2C |
| Octal | 112 | 142 | 225 | 62 | 42 | 0 | 52 | 335 | 42 | 54 |
| Binary | 1001010 | 1100010 | 10010101 | 110010 | 100010 | 0 | 101010 | 11011101 | 100010 | 101100 |
Color Harmonies of #4A6295
Complementary color
Monochromatic Colors of #4A6295
Black with #4A6295
Text Example
Text Example
White with #4A6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6295; }
p { color: rgb(74,98,149); }
H1.HeaderClassName
{
color: #4A6295;
}
.AnyTagClassName
{
color: #4A6295;
}
</style>
background-color css
<style>
a { background-color: #4A6295; }
a { background-color: rgb(74,98,149); }
div.DivClassName
{
background-color: #4A6295;
}
.BgClassName
{
background-color: #4A6295;
}
</style>
border-color css
<style>
span { border-color: #4A6295; }
span { border-color: rgb(74,98,149); }
td.TdClassName
{
border-color: #4A6295;
}
.TagClassName
{
border-color: #4A6295;
}
</style>