Shades of Mariner #4D64B1
Tints of Mariner #4D64B1
RGB
CMYK
RGB Variations
Color information
#4D64B1 (or 0x4D64B1) is known color: Mariner. HEX triplet: 4D, 64 and B1. RGB value is (77,100,177). Sum of RGB (Red+Green+Blue) = 77+100+177=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D64B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D64B1 is #B29B4E. Grayscale: #656565. Windows color (decimal): -11705167 or 11625549. OLE color: 11625549.
HSL color Cylindrical-coordinate representation of color #4D64B1: hue angle of 226.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D64B1 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 100 | 177 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.31 |
| HSL | 226.2º | 0.39% | 0.5% | - |
| HSV(B) | 226.2º | 0.56% | 0.69% | - |
| XYZ | 15.55 | 13.87 | 43.45 | - |
| YUV | 101.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 177 | 0.56 | 0.44 | 0 | 0.31 | 226.2 | 0.39 | 0.5 |
| Hex | 4D | 64 | B1 | 38 | 2C | 0 | 1F | E2 | 27 | 32 |
| Octal | 115 | 144 | 261 | 70 | 54 | 0 | 37 | 342 | 47 | 62 |
| Binary | 1001101 | 1100100 | 10110001 | 111000 | 101100 | 0 | 11111 | 11100010 | 100111 | 110010 |
Color Harmonies of #4D64B1
Complementary color
Monochromatic Colors of #4D64B1
Black with #4D64B1
Text Example
Text Example
White with #4D64B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64B1; }
p { color: rgb(77,100,177); }
H1.HeaderClassName
{
color: #4D64B1;
}
.AnyTagClassName
{
color: #4D64B1;
}
</style>
background-color css
<style>
a { background-color: #4D64B1; }
a { background-color: rgb(77,100,177); }
div.DivClassName
{
background-color: #4D64B1;
}
.BgClassName
{
background-color: #4D64B1;
}
</style>
border-color css
<style>
span { border-color: #4D64B1; }
span { border-color: rgb(77,100,177); }
td.TdClassName
{
border-color: #4D64B1;
}
.TagClassName
{
border-color: #4D64B1;
}
</style>