Shades of Mariner #485DAA
Tints of Mariner #485DAA
RGB
CMYK
RGB Variations
Color information
#485DAA (or 0x485DAA) is known color: Mariner. HEX triplet: 48, 5D and AA. RGB value is (72,93,170). Sum of RGB (Red+Green+Blue) = 72+93+170=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #485DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAA is #B7A255. Grayscale: #5F5F5F. Windows color (decimal): -12034646 or 11165000. OLE color: 11165000.
HSL color Cylindrical-coordinate representation of color #485DAA: hue angle of 227.14º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485DAA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 93 | 170 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.33 |
| HSL | 227.14º | 0.4% | 0.47% | - |
| HSV(B) | 227.14º | 0.58% | 0.67% | - |
| XYZ | 13.84 | 12.11 | 39.64 | - |
| YUV | 95.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 170 | 0.58 | 0.45 | 0 | 0.33 | 227.14 | 0.4 | 0.47 |
| Hex | 48 | 5D | AA | 3A | 2D | 0 | 21 | E3 | 28 | 2F |
| Octal | 110 | 135 | 252 | 72 | 55 | 0 | 41 | 343 | 50 | 57 |
| Binary | 1001000 | 1011101 | 10101010 | 111010 | 101101 | 0 | 100001 | 11100011 | 101000 | 101111 |
Color Harmonies of #485DAA
Complementary color
Monochromatic Colors of #485DAA
Black with #485DAA
Text Example
Text Example
White with #485DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DAA; }
p { color: rgb(72,93,170); }
H1.HeaderClassName
{
color: #485DAA;
}
.AnyTagClassName
{
color: #485DAA;
}
</style>
background-color css
<style>
a { background-color: #485DAA; }
a { background-color: rgb(72,93,170); }
div.DivClassName
{
background-color: #485DAA;
}
.BgClassName
{
background-color: #485DAA;
}
</style>
border-color css
<style>
span { border-color: #485DAA; }
span { border-color: rgb(72,93,170); }
td.TdClassName
{
border-color: #485DAA;
}
.TagClassName
{
border-color: #485DAA;
}
</style>