Shades of Mariner #485FAC
Tints of Mariner #485FAC
RGB
CMYK
RGB Variations
Color information
#485FAC (or 0x485FAC) is known color: Mariner. HEX triplet: 48, 5F and AC. RGB value is (72,95,172). Sum of RGB (Red+Green+Blue) = 72+95+172=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #485FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAC is #B7A053. Grayscale: #606060. Windows color (decimal): -12034132 or 11296584. OLE color: 11296584.
HSL color Cylindrical-coordinate representation of color #485FAC: hue angle of 226.2º 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 #485FAC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 95 | 172 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.33 |
| HSL | 226.2º | 0.41% | 0.48% | - |
| HSV(B) | 226.2º | 0.58% | 0.67% | - |
| XYZ | 14.21 | 12.54 | 40.7 | - |
| YUV | 96.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 172 | 0.58 | 0.45 | 0 | 0.33 | 226.2 | 0.41 | 0.48 |
| Hex | 48 | 5F | AC | 3A | 2D | 0 | 21 | E2 | 29 | 30 |
| Octal | 110 | 137 | 254 | 72 | 55 | 0 | 41 | 342 | 51 | 60 |
| Binary | 1001000 | 1011111 | 10101100 | 111010 | 101101 | 0 | 100001 | 11100010 | 101001 | 110000 |
Color Harmonies of #485FAC
Complementary color
Monochromatic Colors of #485FAC
Black with #485FAC
Text Example
Text Example
White with #485FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FAC; }
p { color: rgb(72,95,172); }
H1.HeaderClassName
{
color: #485FAC;
}
.AnyTagClassName
{
color: #485FAC;
}
</style>
background-color css
<style>
a { background-color: #485FAC; }
a { background-color: rgb(72,95,172); }
div.DivClassName
{
background-color: #485FAC;
}
.BgClassName
{
background-color: #485FAC;
}
</style>
border-color css
<style>
span { border-color: #485FAC; }
span { border-color: rgb(72,95,172); }
td.TdClassName
{
border-color: #485FAC;
}
.TagClassName
{
border-color: #485FAC;
}
</style>