Shades of Mariner #406CA3
Tints of Mariner #406CA3
RGB
CMYK
RGB Variations
Color information
#406CA3 (or 0x406CA3) is known color: Mariner. HEX triplet: 40, 6C and A3. RGB value is (64,108,163). Sum of RGB (Red+Green+Blue) = 64+108+163=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #406CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CA3 is #BF935C. Grayscale: #646464. Windows color (decimal): -12555101 or 10710080. OLE color: 10710080.
HSL color Cylindrical-coordinate representation of color #406CA3: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406CA3 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 108 | 163 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.36 |
| HSL | 213.33º | 0.44% | 0.45% | - |
| HSV(B) | 213.33º | 0.61% | 0.64% | - |
| XYZ | 14.09 | 14.46 | 36.7 | - |
| YUV | 101.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 163 | 0.61 | 0.34 | 0 | 0.36 | 213.33 | 0.44 | 0.45 |
| Hex | 40 | 6C | A3 | 3D | 22 | 0 | 24 | D5 | 2C | 2D |
| Octal | 100 | 154 | 243 | 75 | 42 | 0 | 44 | 325 | 54 | 55 |
| Binary | 1000000 | 1101100 | 10100011 | 111101 | 100010 | 0 | 100100 | 11010101 | 101100 | 101101 |
Color Harmonies of #406CA3
Complementary color
Monochromatic Colors of #406CA3
Black with #406CA3
Text Example
Text Example
White with #406CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CA3; }
p { color: rgb(64,108,163); }
H1.HeaderClassName
{
color: #406CA3;
}
.AnyTagClassName
{
color: #406CA3;
}
</style>
background-color css
<style>
a { background-color: #406CA3; }
a { background-color: rgb(64,108,163); }
div.DivClassName
{
background-color: #406CA3;
}
.BgClassName
{
background-color: #406CA3;
}
</style>
border-color css
<style>
span { border-color: #406CA3; }
span { border-color: rgb(64,108,163); }
td.TdClassName
{
border-color: #406CA3;
}
.TagClassName
{
border-color: #406CA3;
}
</style>