Shades of Mariner #485DAC
Tints of Mariner #485DAC
RGB
CMYK
RGB Variations
Color information
#485DAC (or 0x485DAC) is known color: Mariner. HEX triplet: 48, 5D and AC. RGB value is (72,93,172). Sum of RGB (Red+Green+Blue) = 72+93+172=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #485DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAC is #B7A253. Grayscale: #5F5F5F. Windows color (decimal): -12034644 or 11296072. OLE color: 11296072.
HSL color Cylindrical-coordinate representation of color #485DAC: hue angle of 227.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485DAC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 93 | 172 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.33 |
| HSL | 227.4º | 0.41% | 0.48% | - |
| HSV(B) | 227.4º | 0.58% | 0.67% | - |
| XYZ | 14.03 | 12.18 | 40.64 | - |
| YUV | 95.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 172 | 0.58 | 0.46 | 0 | 0.33 | 227.4 | 0.41 | 0.48 |
| Hex | 48 | 5D | AC | 3A | 2E | 0 | 21 | E3 | 29 | 30 |
| Octal | 110 | 135 | 254 | 72 | 56 | 0 | 41 | 343 | 51 | 60 |
| Binary | 1001000 | 1011101 | 10101100 | 111010 | 101110 | 0 | 100001 | 11100011 | 101001 | 110000 |
Color Harmonies of #485DAC
Complementary color
Monochromatic Colors of #485DAC
Black with #485DAC
Text Example
Text Example
White with #485DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DAC; }
p { color: rgb(72,93,172); }
H1.HeaderClassName
{
color: #485DAC;
}
.AnyTagClassName
{
color: #485DAC;
}
</style>
background-color css
<style>
a { background-color: #485DAC; }
a { background-color: rgb(72,93,172); }
div.DivClassName
{
background-color: #485DAC;
}
.BgClassName
{
background-color: #485DAC;
}
</style>
border-color css
<style>
span { border-color: #485DAC; }
span { border-color: rgb(72,93,172); }
td.TdClassName
{
border-color: #485DAC;
}
.TagClassName
{
border-color: #485DAC;
}
</style>