Shades of Mariner #4053AA
Tints of Mariner #4053AA
RGB
CMYK
RGB Variations
Color information
#4053AA (or 0x4053AA) is known color: Mariner. HEX triplet: 40, 53 and AA. RGB value is (64,83,170). Sum of RGB (Red+Green+Blue) = 64+83+170=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #4053AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4053AA is #BFAC55. Grayscale: #565656. Windows color (decimal): -12561494 or 11162432. OLE color: 11162432.
HSL color Cylindrical-coordinate representation of color #4053AA: hue angle of 229.25º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4053AA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 83 | 170 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.33 |
| HSL | 229.25º | 0.45% | 0.46% | - |
| HSV(B) | 229.25º | 0.62% | 0.67% | - |
| XYZ | 12.46 | 10.18 | 39.34 | - |
| YUV | 87.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 170 | 0.62 | 0.51 | 0 | 0.33 | 229.25 | 0.45 | 0.46 |
| Hex | 40 | 53 | AA | 3E | 33 | 0 | 21 | E5 | 2D | 2E |
| Octal | 100 | 123 | 252 | 76 | 63 | 0 | 41 | 345 | 55 | 56 |
| Binary | 1000000 | 1010011 | 10101010 | 111110 | 110011 | 0 | 100001 | 11100101 | 101101 | 101110 |
Color Harmonies of #4053AA
Complementary color
Monochromatic Colors of #4053AA
Black with #4053AA
Text Example
Text Example
White with #4053AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053AA; }
p { color: rgb(64,83,170); }
H1.HeaderClassName
{
color: #4053AA;
}
.AnyTagClassName
{
color: #4053AA;
}
</style>
background-color css
<style>
a { background-color: #4053AA; }
a { background-color: rgb(64,83,170); }
div.DivClassName
{
background-color: #4053AA;
}
.BgClassName
{
background-color: #4053AA;
}
</style>
border-color css
<style>
span { border-color: #4053AA; }
span { border-color: rgb(64,83,170); }
td.TdClassName
{
border-color: #4053AA;
}
.TagClassName
{
border-color: #4053AA;
}
</style>