Shades of Mariner #485C8F
Tints of Mariner #485C8F
RGB
CMYK
RGB Variations
Color information
#485C8F (or 0x485C8F) is known color: Mariner. HEX triplet: 48, 5C and 8F. RGB value is (72,92,143). Sum of RGB (Red+Green+Blue) = 72+92+143=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #485C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C8F is #B7A370. Grayscale: #5B5B5B. Windows color (decimal): -12034929 or 9395272. OLE color: 9395272.
HSL color Cylindrical-coordinate representation of color #485C8F: hue angle of 223.1º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485C8F is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 92 | 143 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.44 |
| HSL | 223.1º | 0.33% | 0.42% | - |
| HSV(B) | 223.1º | 0.5% | 0.56% | - |
| XYZ | 11.46 | 11.02 | 27.51 | - |
| YUV | 91.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 143 | 0.50 | 0.36 | 0 | 0.44 | 223.1 | 0.33 | 0.42 |
| Hex | 48 | 5C | 8F | 32 | 24 | 0 | 2C | DF | 21 | 2A |
| Octal | 110 | 134 | 217 | 62 | 44 | 0 | 54 | 337 | 41 | 52 |
| Binary | 1001000 | 1011100 | 10001111 | 110010 | 100100 | 0 | 101100 | 11011111 | 100001 | 101010 |
Color Harmonies of #485C8F
Complementary color
Monochromatic Colors of #485C8F
Black with #485C8F
Text Example
Text Example
White with #485C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C8F; }
p { color: rgb(72,92,143); }
H1.HeaderClassName
{
color: #485C8F;
}
.AnyTagClassName
{
color: #485C8F;
}
</style>
background-color css
<style>
a { background-color: #485C8F; }
a { background-color: rgb(72,92,143); }
div.DivClassName
{
background-color: #485C8F;
}
.BgClassName
{
background-color: #485C8F;
}
</style>
border-color css
<style>
span { border-color: #485C8F; }
span { border-color: rgb(72,92,143); }
td.TdClassName
{
border-color: #485C8F;
}
.TagClassName
{
border-color: #485C8F;
}
</style>