Shades of Mariner #4168AE
Tints of Mariner #4168AE
RGB
CMYK
RGB Variations
Color information
#4168AE (or 0x4168AE) is known color: Mariner. HEX triplet: 41, 68 and AE. RGB value is (65,104,174). Sum of RGB (Red+Green+Blue) = 65+104+174=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4168AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4168AE is #BE9751. Grayscale: #646464. Windows color (decimal): -12490578 or 11429953. OLE color: 11429953.
HSL color Cylindrical-coordinate representation of color #4168AE: hue angle of 218.53º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4168AE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 104 | 174 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.32 |
| HSL | 218.53º | 0.46% | 0.47% | - |
| HSV(B) | 218.53º | 0.63% | 0.68% | - |
| XYZ | 14.77 | 14.08 | 41.98 | - |
| YUV | 100.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 174 | 0.63 | 0.40 | 0 | 0.32 | 218.53 | 0.46 | 0.47 |
| Hex | 41 | 68 | AE | 3F | 28 | 0 | 20 | DB | 2E | 2F |
| Octal | 101 | 150 | 256 | 77 | 50 | 0 | 40 | 333 | 56 | 57 |
| Binary | 1000001 | 1101000 | 10101110 | 111111 | 101000 | 0 | 100000 | 11011011 | 101110 | 101111 |
Color Harmonies of #4168AE
Complementary color
Monochromatic Colors of #4168AE
Black with #4168AE
Text Example
Text Example
White with #4168AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168AE; }
p { color: rgb(65,104,174); }
H1.HeaderClassName
{
color: #4168AE;
}
.AnyTagClassName
{
color: #4168AE;
}
</style>
background-color css
<style>
a { background-color: #4168AE; }
a { background-color: rgb(65,104,174); }
div.DivClassName
{
background-color: #4168AE;
}
.BgClassName
{
background-color: #4168AE;
}
</style>
border-color css
<style>
span { border-color: #4168AE; }
span { border-color: rgb(65,104,174); }
td.TdClassName
{
border-color: #4168AE;
}
.TagClassName
{
border-color: #4168AE;
}
</style>