Shades of Mariner #4057AB
Tints of Mariner #4057AB
RGB
CMYK
RGB Variations
Color information
#4057AB (or 0x4057AB) is known color: Mariner. HEX triplet: 40, 57 and AB. RGB value is (64,87,171). Sum of RGB (Red+Green+Blue) = 64+87+171=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4057AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4057AB is #BFA854. Grayscale: #595959. Windows color (decimal): -12560469 or 11228992. OLE color: 11228992.
HSL color Cylindrical-coordinate representation of color #4057AB: hue angle of 227.1º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4057AB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 87 | 171 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.33 |
| HSL | 227.1º | 0.46% | 0.46% | - |
| HSV(B) | 227.1º | 0.63% | 0.67% | - |
| XYZ | 12.87 | 10.85 | 39.94 | - |
| YUV | 89.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 171 | 0.63 | 0.49 | 0 | 0.33 | 227.1 | 0.46 | 0.46 |
| Hex | 40 | 57 | AB | 3F | 31 | 0 | 21 | E3 | 2E | 2E |
| Octal | 100 | 127 | 253 | 77 | 61 | 0 | 41 | 343 | 56 | 56 |
| Binary | 1000000 | 1010111 | 10101011 | 111111 | 110001 | 0 | 100001 | 11100011 | 101110 | 101110 |
Color Harmonies of #4057AB
Complementary color
Monochromatic Colors of #4057AB
Black with #4057AB
Text Example
Text Example
White with #4057AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4057AB; }
p { color: rgb(64,87,171); }
H1.HeaderClassName
{
color: #4057AB;
}
.AnyTagClassName
{
color: #4057AB;
}
</style>
background-color css
<style>
a { background-color: #4057AB; }
a { background-color: rgb(64,87,171); }
div.DivClassName
{
background-color: #4057AB;
}
.BgClassName
{
background-color: #4057AB;
}
</style>
border-color css
<style>
span { border-color: #4057AB; }
span { border-color: rgb(64,87,171); }
td.TdClassName
{
border-color: #4057AB;
}
.TagClassName
{
border-color: #4057AB;
}
</style>