Shades of Mariner #485B9A
Tints of Mariner #485B9A
RGB
CMYK
RGB Variations
Color information
#485B9A (or 0x485B9A) is known color: Mariner. HEX triplet: 48, 5B and 9A. RGB value is (72,91,154). Sum of RGB (Red+Green+Blue) = 72+91+154=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #485B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485B9A is #B7A465. Grayscale: #5C5C5C. Windows color (decimal): -12035174 or 10115912. OLE color: 10115912.
HSL color Cylindrical-coordinate representation of color #485B9A: hue angle of 226.1º 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 #485B9A is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 91 | 154 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.40 |
| HSL | 226.1º | 0.36% | 0.44% | - |
| HSV(B) | 226.1º | 0.53% | 0.6% | - |
| XYZ | 12.25 | 11.19 | 32.09 | - |
| YUV | 92.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 154 | 0.53 | 0.41 | 0 | 0.40 | 226.1 | 0.36 | 0.44 |
| Hex | 48 | 5B | 9A | 35 | 29 | 0 | 28 | E2 | 24 | 2C |
| Octal | 110 | 133 | 232 | 65 | 51 | 0 | 50 | 342 | 44 | 54 |
| Binary | 1001000 | 1011011 | 10011010 | 110101 | 101001 | 0 | 101000 | 11100010 | 100100 | 101100 |
Color Harmonies of #485B9A
Complementary color
Monochromatic Colors of #485B9A
Black with #485B9A
Text Example
Text Example
White with #485B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B9A; }
p { color: rgb(72,91,154); }
H1.HeaderClassName
{
color: #485B9A;
}
.AnyTagClassName
{
color: #485B9A;
}
</style>
background-color css
<style>
a { background-color: #485B9A; }
a { background-color: rgb(72,91,154); }
div.DivClassName
{
background-color: #485B9A;
}
.BgClassName
{
background-color: #485B9A;
}
</style>
border-color css
<style>
span { border-color: #485B9A; }
span { border-color: rgb(72,91,154); }
td.TdClassName
{
border-color: #485B9A;
}
.TagClassName
{
border-color: #485B9A;
}
</style>