Shades of Mariner #485B9E
Tints of Mariner #485B9E
RGB
CMYK
RGB Variations
Color information
#485B9E (or 0x485B9E) is known color: Mariner. HEX triplet: 48, 5B and 9E. RGB value is (72,91,158). Sum of RGB (Red+Green+Blue) = 72+91+158=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #485B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485B9E is #B7A461. Grayscale: #5C5C5C. Windows color (decimal): -12035170 or 10378056. OLE color: 10378056.
HSL color Cylindrical-coordinate representation of color #485B9E: hue angle of 226.74º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #485B9E is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 91 | 158 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.38 |
| HSL | 226.74º | 0.37% | 0.45% | - |
| HSV(B) | 226.74º | 0.54% | 0.62% | - |
| XYZ | 12.59 | 11.33 | 33.87 | - |
| YUV | 92.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 158 | 0.54 | 0.42 | 0 | 0.38 | 226.74 | 0.37 | 0.45 |
| Hex | 48 | 5B | 9E | 36 | 2A | 0 | 26 | E3 | 25 | 2D |
| Octal | 110 | 133 | 236 | 66 | 52 | 0 | 46 | 343 | 45 | 55 |
| Binary | 1001000 | 1011011 | 10011110 | 110110 | 101010 | 0 | 100110 | 11100011 | 100101 | 101101 |
Color Harmonies of #485B9E
Complementary color
Monochromatic Colors of #485B9E
Black with #485B9E
Text Example
Text Example
White with #485B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B9E; }
p { color: rgb(72,91,158); }
H1.HeaderClassName
{
color: #485B9E;
}
.AnyTagClassName
{
color: #485B9E;
}
</style>
background-color css
<style>
a { background-color: #485B9E; }
a { background-color: rgb(72,91,158); }
div.DivClassName
{
background-color: #485B9E;
}
.BgClassName
{
background-color: #485B9E;
}
</style>
border-color css
<style>
span { border-color: #485B9E; }
span { border-color: rgb(72,91,158); }
td.TdClassName
{
border-color: #485B9E;
}
.TagClassName
{
border-color: #485B9E;
}
</style>