Shades of Mariner #485B91
Tints of Mariner #485B91
RGB
CMYK
RGB Variations
Color information
#485B91 (or 0x485B91) is known color: Mariner. HEX triplet: 48, 5B and 91. RGB value is (72,91,145). Sum of RGB (Red+Green+Blue) = 72+91+145=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #485B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485B91 is #B7A46E. Grayscale: #5B5B5B. Windows color (decimal): -12035183 or 9526088. OLE color: 9526088.
HSL color Cylindrical-coordinate representation of color #485B91: hue angle of 224.38º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485B91 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 91 | 145 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.43 |
| HSL | 224.38º | 0.34% | 0.43% | - |
| HSV(B) | 224.38º | 0.5% | 0.57% | - |
| XYZ | 11.52 | 10.9 | 28.29 | - |
| YUV | 91.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 145 | 0.50 | 0.37 | 0 | 0.43 | 224.38 | 0.34 | 0.43 |
| Hex | 48 | 5B | 91 | 32 | 25 | 0 | 2B | E0 | 22 | 2B |
| Octal | 110 | 133 | 221 | 62 | 45 | 0 | 53 | 340 | 42 | 53 |
| Binary | 1001000 | 1011011 | 10010001 | 110010 | 100101 | 0 | 101011 | 11100000 | 100010 | 101011 |
Color Harmonies of #485B91
Complementary color
Monochromatic Colors of #485B91
Black with #485B91
Text Example
Text Example
White with #485B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B91; }
p { color: rgb(72,91,145); }
H1.HeaderClassName
{
color: #485B91;
}
.AnyTagClassName
{
color: #485B91;
}
</style>
background-color css
<style>
a { background-color: #485B91; }
a { background-color: rgb(72,91,145); }
div.DivClassName
{
background-color: #485B91;
}
.BgClassName
{
background-color: #485B91;
}
</style>
border-color css
<style>
span { border-color: #485B91; }
span { border-color: rgb(72,91,145); }
td.TdClassName
{
border-color: #485B91;
}
.TagClassName
{
border-color: #485B91;
}
</style>