Shades of Mariner #485F99
Tints of Mariner #485F99
RGB
CMYK
RGB Variations
Color information
#485F99 (or 0x485F99) is known color: Mariner. HEX triplet: 48, 5F and 99. RGB value is (72,95,153). Sum of RGB (Red+Green+Blue) = 72+95+153=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #485F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F99 is #B7A066. Grayscale: #5E5E5E. Windows color (decimal): -12034151 or 10051400. OLE color: 10051400.
HSL color Cylindrical-coordinate representation of color #485F99: hue angle of 222.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485F99 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 95 | 153 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.4 |
| HSL | 222.96º | 0.36% | 0.44% | - |
| HSV(B) | 222.96º | 0.53% | 0.6% | - |
| XYZ | 12.51 | 11.86 | 31.77 | - |
| YUV | 94.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 153 | 0.53 | 0.38 | 0 | 0.4 | 222.96 | 0.36 | 0.44 |
| Hex | 48 | 5F | 99 | 35 | 26 | 0 | 28 | DF | 24 | 2C |
| Octal | 110 | 137 | 231 | 65 | 46 | 0 | 50 | 337 | 44 | 54 |
| Binary | 1001000 | 1011111 | 10011001 | 110101 | 100110 | 0 | 101000 | 11011111 | 100100 | 101100 |
Color Harmonies of #485F99
Complementary color
Monochromatic Colors of #485F99
Black with #485F99
Text Example
Text Example
White with #485F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F99; }
p { color: rgb(72,95,153); }
H1.HeaderClassName
{
color: #485F99;
}
.AnyTagClassName
{
color: #485F99;
}
</style>
background-color css
<style>
a { background-color: #485F99; }
a { background-color: rgb(72,95,153); }
div.DivClassName
{
background-color: #485F99;
}
.BgClassName
{
background-color: #485F99;
}
</style>
border-color css
<style>
span { border-color: #485F99; }
span { border-color: rgb(72,95,153); }
td.TdClassName
{
border-color: #485F99;
}
.TagClassName
{
border-color: #485F99;
}
</style>