Shades of Mariner #4D66AC
Tints of Mariner #4D66AC
RGB
CMYK
RGB Variations
Color information
#4D66AC (or 0x4D66AC) is known color: Mariner. HEX triplet: 4D, 66 and AC. RGB value is (77,102,172). Sum of RGB (Red+Green+Blue) = 77+102+172=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D66AC is #B29953. Grayscale: #666666. Windows color (decimal): -11704660 or 11298381. OLE color: 11298381.
HSL color Cylindrical-coordinate representation of color #4D66AC: hue angle of 224.21º 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 #4D66AC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 102 | 172 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.33 |
| HSL | 224.21º | 0.38% | 0.49% | - |
| HSV(B) | 224.21º | 0.55% | 0.67% | - |
| XYZ | 15.26 | 14.06 | 40.94 | - |
| YUV | 102.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 172 | 0.55 | 0.41 | 0 | 0.33 | 224.21 | 0.38 | 0.49 |
| Hex | 4D | 66 | AC | 37 | 29 | 0 | 21 | E0 | 26 | 31 |
| Octal | 115 | 146 | 254 | 67 | 51 | 0 | 41 | 340 | 46 | 61 |
| Binary | 1001101 | 1100110 | 10101100 | 110111 | 101001 | 0 | 100001 | 11100000 | 100110 | 110001 |
Color Harmonies of #4D66AC
Complementary color
Monochromatic Colors of #4D66AC
Black with #4D66AC
Text Example
Text Example
White with #4D66AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D66AC; }
p { color: rgb(77,102,172); }
H1.HeaderClassName
{
color: #4D66AC;
}
.AnyTagClassName
{
color: #4D66AC;
}
</style>
background-color css
<style>
a { background-color: #4D66AC; }
a { background-color: rgb(77,102,172); }
div.DivClassName
{
background-color: #4D66AC;
}
.BgClassName
{
background-color: #4D66AC;
}
</style>
border-color css
<style>
span { border-color: #4D66AC; }
span { border-color: rgb(77,102,172); }
td.TdClassName
{
border-color: #4D66AC;
}
.TagClassName
{
border-color: #4D66AC;
}
</style>