Shades of Mariner #485BAD
Tints of Mariner #485BAD
RGB
CMYK
RGB Variations
Color information
#485BAD (or 0x485BAD) is known color: Mariner. HEX triplet: 48, 5B and AD. RGB value is (72,91,173). Sum of RGB (Red+Green+Blue) = 72+91+173=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #485BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAD is #B7A452. Grayscale: #5E5E5E. Windows color (decimal): -12035155 or 11361096. OLE color: 11361096.
HSL color Cylindrical-coordinate representation of color #485BAD: hue angle of 228.71º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485BAD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 91 | 173 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.32 |
| HSL | 228.71º | 0.41% | 0.48% | - |
| HSV(B) | 228.71º | 0.58% | 0.68% | - |
| XYZ | 13.96 | 11.88 | 41.09 | - |
| YUV | 94.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 173 | 0.58 | 0.47 | 0 | 0.32 | 228.71 | 0.41 | 0.48 |
| Hex | 48 | 5B | AD | 3A | 2F | 0 | 20 | E5 | 29 | 30 |
| Octal | 110 | 133 | 255 | 72 | 57 | 0 | 40 | 345 | 51 | 60 |
| Binary | 1001000 | 1011011 | 10101101 | 111010 | 101111 | 0 | 100000 | 11100101 | 101001 | 110000 |
Color Harmonies of #485BAD
Complementary color
Monochromatic Colors of #485BAD
Black with #485BAD
Text Example
Text Example
White with #485BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BAD; }
p { color: rgb(72,91,173); }
H1.HeaderClassName
{
color: #485BAD;
}
.AnyTagClassName
{
color: #485BAD;
}
</style>
background-color css
<style>
a { background-color: #485BAD; }
a { background-color: rgb(72,91,173); }
div.DivClassName
{
background-color: #485BAD;
}
.BgClassName
{
background-color: #485BAD;
}
</style>
border-color css
<style>
span { border-color: #485BAD; }
span { border-color: rgb(72,91,173); }
td.TdClassName
{
border-color: #485BAD;
}
.TagClassName
{
border-color: #485BAD;
}
</style>