Shades of Mariner #485D8C
Tints of Mariner #485D8C
RGB
CMYK
RGB Variations
Color information
#485D8C (or 0x485D8C) is known color: Mariner. HEX triplet: 48, 5D and 8C. RGB value is (72,93,140). Sum of RGB (Red+Green+Blue) = 72+93+140=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #485D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D8C is #B7A273. Grayscale: #5B5B5B. Windows color (decimal): -12034676 or 9198920. OLE color: 9198920.
HSL color Cylindrical-coordinate representation of color #485D8C: hue angle of 221.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485D8C is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 93 | 140 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.45 |
| HSL | 221.47º | 0.32% | 0.42% | - |
| HSV(B) | 221.47º | 0.49% | 0.55% | - |
| XYZ | 11.32 | 11.1 | 26.36 | - |
| YUV | 92.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 140 | 0.49 | 0.34 | 0 | 0.45 | 221.47 | 0.32 | 0.42 |
| Hex | 48 | 5D | 8C | 31 | 22 | 0 | 2D | DD | 20 | 2A |
| Octal | 110 | 135 | 214 | 61 | 42 | 0 | 55 | 335 | 40 | 52 |
| Binary | 1001000 | 1011101 | 10001100 | 110001 | 100010 | 0 | 101101 | 11011101 | 100000 | 101010 |
Color Harmonies of #485D8C
Complementary color
Monochromatic Colors of #485D8C
Black with #485D8C
Text Example
Text Example
White with #485D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D8C; }
p { color: rgb(72,93,140); }
H1.HeaderClassName
{
color: #485D8C;
}
.AnyTagClassName
{
color: #485D8C;
}
</style>
background-color css
<style>
a { background-color: #485D8C; }
a { background-color: rgb(72,93,140); }
div.DivClassName
{
background-color: #485D8C;
}
.BgClassName
{
background-color: #485D8C;
}
</style>
border-color css
<style>
span { border-color: #485D8C; }
span { border-color: rgb(72,93,140); }
td.TdClassName
{
border-color: #485D8C;
}
.TagClassName
{
border-color: #485D8C;
}
</style>