Shades of Mariner #485DA1
Tints of Mariner #485DA1
RGB
CMYK
RGB Variations
Color information
#485DA1 (or 0x485DA1) is known color: Mariner. HEX triplet: 48, 5D and A1. RGB value is (72,93,161). Sum of RGB (Red+Green+Blue) = 72+93+161=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #485DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DA1 is #B7A25E. Grayscale: #5E5E5E. Windows color (decimal): -12034655 or 10575176. OLE color: 10575176.
HSL color Cylindrical-coordinate representation of color #485DA1: hue angle of 225.84º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485DA1 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 93 | 161 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.37 |
| HSL | 225.84º | 0.38% | 0.46% | - |
| HSV(B) | 225.84º | 0.55% | 0.63% | - |
| XYZ | 13.02 | 11.78 | 35.31 | - |
| YUV | 94.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 161 | 0.55 | 0.42 | 0 | 0.37 | 225.84 | 0.38 | 0.46 |
| Hex | 48 | 5D | A1 | 37 | 2A | 0 | 25 | E2 | 26 | 2E |
| Octal | 110 | 135 | 241 | 67 | 52 | 0 | 45 | 342 | 46 | 56 |
| Binary | 1001000 | 1011101 | 10100001 | 110111 | 101010 | 0 | 100101 | 11100010 | 100110 | 101110 |
Color Harmonies of #485DA1
Complementary color
Monochromatic Colors of #485DA1
Black with #485DA1
Text Example
Text Example
White with #485DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DA1; }
p { color: rgb(72,93,161); }
H1.HeaderClassName
{
color: #485DA1;
}
.AnyTagClassName
{
color: #485DA1;
}
</style>
background-color css
<style>
a { background-color: #485DA1; }
a { background-color: rgb(72,93,161); }
div.DivClassName
{
background-color: #485DA1;
}
.BgClassName
{
background-color: #485DA1;
}
</style>
border-color css
<style>
span { border-color: #485DA1; }
span { border-color: rgb(72,93,161); }
td.TdClassName
{
border-color: #485DA1;
}
.TagClassName
{
border-color: #485DA1;
}
</style>