Shades of Mariner #4057AD
Tints of Mariner #4057AD
RGB
CMYK
RGB Variations
Color information
#4057AD (or 0x4057AD) is known color: Mariner. HEX triplet: 40, 57 and AD. RGB value is (64,87,173). Sum of RGB (Red+Green+Blue) = 64+87+173=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #4057AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4057AD is #BFA852. Grayscale: #595959. Windows color (decimal): -12560467 or 11360064. OLE color: 11360064.
HSL color Cylindrical-coordinate representation of color #4057AD: hue angle of 227.34º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4057AD is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 87 | 173 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.32 |
| HSL | 227.34º | 0.46% | 0.46% | - |
| HSV(B) | 227.34º | 0.63% | 0.68% | - |
| XYZ | 13.07 | 10.92 | 40.95 | - |
| YUV | 89.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 173 | 0.63 | 0.50 | 0 | 0.32 | 227.34 | 0.46 | 0.46 |
| Hex | 40 | 57 | AD | 3F | 32 | 0 | 20 | E3 | 2E | 2E |
| Octal | 100 | 127 | 255 | 77 | 62 | 0 | 40 | 343 | 56 | 56 |
| Binary | 1000000 | 1010111 | 10101101 | 111111 | 110010 | 0 | 100000 | 11100011 | 101110 | 101110 |
Color Harmonies of #4057AD
Complementary color
Monochromatic Colors of #4057AD
Black with #4057AD
Text Example
Text Example
White with #4057AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4057AD; }
p { color: rgb(64,87,173); }
H1.HeaderClassName
{
color: #4057AD;
}
.AnyTagClassName
{
color: #4057AD;
}
</style>
background-color css
<style>
a { background-color: #4057AD; }
a { background-color: rgb(64,87,173); }
div.DivClassName
{
background-color: #4057AD;
}
.BgClassName
{
background-color: #4057AD;
}
</style>
border-color css
<style>
span { border-color: #4057AD; }
span { border-color: rgb(64,87,173); }
td.TdClassName
{
border-color: #4057AD;
}
.TagClassName
{
border-color: #4057AD;
}
</style>