Shades of Mariner #4063AA
Tints of Mariner #4063AA
RGB
CMYK
RGB Variations
Color information
#4063AA (or 0x4063AA) is known color: Mariner. HEX triplet: 40, 63 and AA. RGB value is (64,99,170). Sum of RGB (Red+Green+Blue) = 64+99+170=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #4063AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4063AA is #BF9C55. Grayscale: #606060. Windows color (decimal): -12557398 or 11166528. OLE color: 11166528.
HSL color Cylindrical-coordinate representation of color #4063AA: hue angle of 220.19º 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 #4063AA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 99 | 170 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.33 |
| HSL | 220.19º | 0.45% | 0.46% | - |
| HSV(B) | 220.19º | 0.62% | 0.67% | - |
| XYZ | 13.83 | 12.92 | 39.79 | - |
| YUV | 96.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 170 | 0.62 | 0.42 | 0 | 0.33 | 220.19 | 0.45 | 0.46 |
| Hex | 40 | 63 | AA | 3E | 2A | 0 | 21 | DC | 2D | 2E |
| Octal | 100 | 143 | 252 | 76 | 52 | 0 | 41 | 334 | 55 | 56 |
| Binary | 1000000 | 1100011 | 10101010 | 111110 | 101010 | 0 | 100001 | 11011100 | 101101 | 101110 |
Color Harmonies of #4063AA
Complementary color
Monochromatic Colors of #4063AA
Black with #4063AA
Text Example
Text Example
White with #4063AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063AA; }
p { color: rgb(64,99,170); }
H1.HeaderClassName
{
color: #4063AA;
}
.AnyTagClassName
{
color: #4063AA;
}
</style>
background-color css
<style>
a { background-color: #4063AA; }
a { background-color: rgb(64,99,170); }
div.DivClassName
{
background-color: #4063AA;
}
.BgClassName
{
background-color: #4063AA;
}
</style>
border-color css
<style>
span { border-color: #4063AA; }
span { border-color: rgb(64,99,170); }
td.TdClassName
{
border-color: #4063AA;
}
.TagClassName
{
border-color: #4063AA;
}
</style>