Shades of Mariner #485BAA
Tints of Mariner #485BAA
RGB
CMYK
RGB Variations
Color information
#485BAA (or 0x485BAA) is known color: Mariner. HEX triplet: 48, 5B and AA. RGB value is (72,91,170). Sum of RGB (Red+Green+Blue) = 72+91+170=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #485BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAA is #B7A455. Grayscale: #5D5D5D. Windows color (decimal): -12035158 or 11164488. OLE color: 11164488.
HSL color Cylindrical-coordinate representation of color #485BAA: hue angle of 228.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485BAA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 91 | 170 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.33 |
| HSL | 228.37º | 0.4% | 0.47% | - |
| HSV(B) | 228.37º | 0.58% | 0.67% | - |
| XYZ | 13.67 | 11.76 | 39.58 | - |
| YUV | 94.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 170 | 0.58 | 0.46 | 0 | 0.33 | 228.37 | 0.4 | 0.47 |
| Hex | 48 | 5B | AA | 3A | 2E | 0 | 21 | E4 | 28 | 2F |
| Octal | 110 | 133 | 252 | 72 | 56 | 0 | 41 | 344 | 50 | 57 |
| Binary | 1001000 | 1011011 | 10101010 | 111010 | 101110 | 0 | 100001 | 11100100 | 101000 | 101111 |
Color Harmonies of #485BAA
Complementary color
Monochromatic Colors of #485BAA
Black with #485BAA
Text Example
Text Example
White with #485BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BAA; }
p { color: rgb(72,91,170); }
H1.HeaderClassName
{
color: #485BAA;
}
.AnyTagClassName
{
color: #485BAA;
}
</style>
background-color css
<style>
a { background-color: #485BAA; }
a { background-color: rgb(72,91,170); }
div.DivClassName
{
background-color: #485BAA;
}
.BgClassName
{
background-color: #485BAA;
}
</style>
border-color css
<style>
span { border-color: #485BAA; }
span { border-color: rgb(72,91,170); }
td.TdClassName
{
border-color: #485BAA;
}
.TagClassName
{
border-color: #485BAA;
}
</style>