Shades of Mariner #4D65AC
Tints of Mariner #4D65AC
RGB
CMYK
RGB Variations
Color information
#4D65AC (or 0x4D65AC) is known color: Mariner. HEX triplet: 4D, 65 and AC. RGB value is (77,101,172). Sum of RGB (Red+Green+Blue) = 77+101+172=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D65AC is #B29A53. Grayscale: #656565. Windows color (decimal): -11704916 or 11298125. OLE color: 11298125.
HSL color Cylindrical-coordinate representation of color #4D65AC: hue angle of 224.84º 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 #4D65AC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 101 | 172 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.33 |
| HSL | 224.84º | 0.38% | 0.49% | - |
| HSV(B) | 224.84º | 0.55% | 0.67% | - |
| XYZ | 15.16 | 13.86 | 40.91 | - |
| YUV | 101.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 172 | 0.55 | 0.41 | 0 | 0.33 | 224.84 | 0.38 | 0.49 |
| Hex | 4D | 65 | AC | 37 | 29 | 0 | 21 | E1 | 26 | 31 |
| Octal | 115 | 145 | 254 | 67 | 51 | 0 | 41 | 341 | 46 | 61 |
| Binary | 1001101 | 1100101 | 10101100 | 110111 | 101001 | 0 | 100001 | 11100001 | 100110 | 110001 |
Color Harmonies of #4D65AC
Complementary color
Monochromatic Colors of #4D65AC
Black with #4D65AC
Text Example
Text Example
White with #4D65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65AC; }
p { color: rgb(77,101,172); }
H1.HeaderClassName
{
color: #4D65AC;
}
.AnyTagClassName
{
color: #4D65AC;
}
</style>
background-color css
<style>
a { background-color: #4D65AC; }
a { background-color: rgb(77,101,172); }
div.DivClassName
{
background-color: #4D65AC;
}
.BgClassName
{
background-color: #4D65AC;
}
</style>
border-color css
<style>
span { border-color: #4D65AC; }
span { border-color: rgb(77,101,172); }
td.TdClassName
{
border-color: #4D65AC;
}
.TagClassName
{
border-color: #4D65AC;
}
</style>