Shades of Mariner #4165B0
Tints of Mariner #4165B0
RGB
CMYK
RGB Variations
Color information
#4165B0 (or 0x4165B0) is known color: Mariner. HEX triplet: 41, 65 and B0. RGB value is (65,101,176). Sum of RGB (Red+Green+Blue) = 65+101+176=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #4165B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4165B0 is #BE9A4F. Grayscale: #626262. Windows color (decimal): -12491344 or 11560257. OLE color: 11560257.
HSL color Cylindrical-coordinate representation of color #4165B0: hue angle of 220.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4165B0 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 101 | 176 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.31 |
| HSL | 220.54º | 0.46% | 0.47% | - |
| HSV(B) | 220.54º | 0.63% | 0.69% | - |
| XYZ | 14.67 | 13.57 | 42.92 | - |
| YUV | 98.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 176 | 0.63 | 0.43 | 0 | 0.31 | 220.54 | 0.46 | 0.47 |
| Hex | 41 | 65 | B0 | 3F | 2B | 0 | 1F | DD | 2E | 2F |
| Octal | 101 | 145 | 260 | 77 | 53 | 0 | 37 | 335 | 56 | 57 |
| Binary | 1000001 | 1100101 | 10110000 | 111111 | 101011 | 0 | 11111 | 11011101 | 101110 | 101111 |
Color Harmonies of #4165B0
Complementary color
Monochromatic Colors of #4165B0
Black with #4165B0
Text Example
Text Example
White with #4165B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165B0; }
p { color: rgb(65,101,176); }
H1.HeaderClassName
{
color: #4165B0;
}
.AnyTagClassName
{
color: #4165B0;
}
</style>
background-color css
<style>
a { background-color: #4165B0; }
a { background-color: rgb(65,101,176); }
div.DivClassName
{
background-color: #4165B0;
}
.BgClassName
{
background-color: #4165B0;
}
</style>
border-color css
<style>
span { border-color: #4165B0; }
span { border-color: rgb(65,101,176); }
td.TdClassName
{
border-color: #4165B0;
}
.TagClassName
{
border-color: #4165B0;
}
</style>