Shades of Mariner #485AAB
Tints of Mariner #485AAB
RGB
CMYK
RGB Variations
Color information
#485AAB (or 0x485AAB) is known color: Mariner. HEX triplet: 48, 5A and AB. RGB value is (72,90,171). Sum of RGB (Red+Green+Blue) = 72+90+171=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #485AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AAB is #B7A554. Grayscale: #5D5D5D. Windows color (decimal): -12035413 or 11229768. OLE color: 11229768.
HSL color Cylindrical-coordinate representation of color #485AAB: hue angle of 229.09º 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 #485AAB is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 90 | 171 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.33 |
| HSL | 229.09º | 0.41% | 0.48% | - |
| HSV(B) | 229.09º | 0.58% | 0.67% | - |
| XYZ | 13.68 | 11.63 | 40.05 | - |
| YUV | 93.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 171 | 0.58 | 0.47 | 0 | 0.33 | 229.09 | 0.41 | 0.48 |
| Hex | 48 | 5A | AB | 3A | 2F | 0 | 21 | E5 | 29 | 30 |
| Octal | 110 | 132 | 253 | 72 | 57 | 0 | 41 | 345 | 51 | 60 |
| Binary | 1001000 | 1011010 | 10101011 | 111010 | 101111 | 0 | 100001 | 11100101 | 101001 | 110000 |
Color Harmonies of #485AAB
Complementary color
Monochromatic Colors of #485AAB
Black with #485AAB
Text Example
Text Example
White with #485AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AAB; }
p { color: rgb(72,90,171); }
H1.HeaderClassName
{
color: #485AAB;
}
.AnyTagClassName
{
color: #485AAB;
}
</style>
background-color css
<style>
a { background-color: #485AAB; }
a { background-color: rgb(72,90,171); }
div.DivClassName
{
background-color: #485AAB;
}
.BgClassName
{
background-color: #485AAB;
}
</style>
border-color css
<style>
span { border-color: #485AAB; }
span { border-color: rgb(72,90,171); }
td.TdClassName
{
border-color: #485AAB;
}
.TagClassName
{
border-color: #485AAB;
}
</style>