Shades of Mariner #4D60AC
Tints of Mariner #4D60AC
RGB
CMYK
RGB Variations
Color information
#4D60AC (or 0x4D60AC) is known color: Mariner. HEX triplet: 4D, 60 and AC. RGB value is (77,96,172). Sum of RGB (Red+Green+Blue) = 77+96+172=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AC is #B29F53. Grayscale: #626262. Windows color (decimal): -11706196 or 11296845. OLE color: 11296845.
HSL color Cylindrical-coordinate representation of color #4D60AC: hue angle of 228º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D60AC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 96 | 172 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.33 |
| HSL | 228º | 0.38% | 0.49% | - |
| HSV(B) | 228º | 0.55% | 0.67% | - |
| XYZ | 14.69 | 12.92 | 40.75 | - |
| YUV | 98.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 172 | 0.55 | 0.44 | 0 | 0.33 | 228 | 0.38 | 0.49 |
| Hex | 4D | 60 | AC | 37 | 2C | 0 | 21 | E4 | 26 | 31 |
| Octal | 115 | 140 | 254 | 67 | 54 | 0 | 41 | 344 | 46 | 61 |
| Binary | 1001101 | 1100000 | 10101100 | 110111 | 101100 | 0 | 100001 | 11100100 | 100110 | 110001 |
Color Harmonies of #4D60AC
Complementary color
Monochromatic Colors of #4D60AC
Black with #4D60AC
Text Example
Text Example
White with #4D60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D60AC; }
p { color: rgb(77,96,172); }
H1.HeaderClassName
{
color: #4D60AC;
}
.AnyTagClassName
{
color: #4D60AC;
}
</style>
background-color css
<style>
a { background-color: #4D60AC; }
a { background-color: rgb(77,96,172); }
div.DivClassName
{
background-color: #4D60AC;
}
.BgClassName
{
background-color: #4D60AC;
}
</style>
border-color css
<style>
span { border-color: #4D60AC; }
span { border-color: rgb(77,96,172); }
td.TdClassName
{
border-color: #4D60AC;
}
.TagClassName
{
border-color: #4D60AC;
}
</style>