Shades of Mariner #485C93
Tints of Mariner #485C93
RGB
CMYK
RGB Variations
Color information
#485C93 (or 0x485C93) is known color: Mariner. HEX triplet: 48, 5C and 93. RGB value is (72,92,147). Sum of RGB (Red+Green+Blue) = 72+92+147=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #485C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C93 is #B7A36C. Grayscale: #5C5C5C. Windows color (decimal): -12034925 or 9657416. OLE color: 9657416.
HSL color Cylindrical-coordinate representation of color #485C93: hue angle of 224º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485C93 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 92 | 147 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.42 |
| HSL | 224º | 0.34% | 0.43% | - |
| HSV(B) | 224º | 0.51% | 0.58% | - |
| XYZ | 11.77 | 11.14 | 29.13 | - |
| YUV | 92.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 147 | 0.51 | 0.37 | 0 | 0.42 | 224 | 0.34 | 0.43 |
| Hex | 48 | 5C | 93 | 33 | 25 | 0 | 2A | E0 | 22 | 2B |
| Octal | 110 | 134 | 223 | 63 | 45 | 0 | 52 | 340 | 42 | 53 |
| Binary | 1001000 | 1011100 | 10010011 | 110011 | 100101 | 0 | 101010 | 11100000 | 100010 | 101011 |
Color Harmonies of #485C93
Complementary color
Monochromatic Colors of #485C93
Black with #485C93
Text Example
Text Example
White with #485C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C93; }
p { color: rgb(72,92,147); }
H1.HeaderClassName
{
color: #485C93;
}
.AnyTagClassName
{
color: #485C93;
}
</style>
background-color css
<style>
a { background-color: #485C93; }
a { background-color: rgb(72,92,147); }
div.DivClassName
{
background-color: #485C93;
}
.BgClassName
{
background-color: #485C93;
}
</style>
border-color css
<style>
span { border-color: #485C93; }
span { border-color: rgb(72,92,147); }
td.TdClassName
{
border-color: #485C93;
}
.TagClassName
{
border-color: #485C93;
}
</style>