Shades of Mariner #4167AB
Tints of Mariner #4167AB
RGB
CMYK
RGB Variations
Color information
#4167AB (or 0x4167AB) is known color: Mariner. HEX triplet: 41, 67 and AB. RGB value is (65,103,171). Sum of RGB (Red+Green+Blue) = 65+103+171=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4167AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4167AB is #BE9854. Grayscale: #636363. Windows color (decimal): -12490837 or 11233089. OLE color: 11233089.
HSL color Cylindrical-coordinate representation of color #4167AB: hue angle of 218.49º 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 #4167AB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 103 | 171 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.33 |
| HSL | 218.49º | 0.45% | 0.46% | - |
| HSV(B) | 218.49º | 0.62% | 0.67% | - |
| XYZ | 14.38 | 13.76 | 40.43 | - |
| YUV | 99.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 171 | 0.62 | 0.40 | 0 | 0.33 | 218.49 | 0.45 | 0.46 |
| Hex | 41 | 67 | AB | 3E | 28 | 0 | 21 | DA | 2D | 2E |
| Octal | 101 | 147 | 253 | 76 | 50 | 0 | 41 | 332 | 55 | 56 |
| Binary | 1000001 | 1100111 | 10101011 | 111110 | 101000 | 0 | 100001 | 11011010 | 101101 | 101110 |
Color Harmonies of #4167AB
Complementary color
Monochromatic Colors of #4167AB
Black with #4167AB
Text Example
Text Example
White with #4167AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4167AB; }
p { color: rgb(65,103,171); }
H1.HeaderClassName
{
color: #4167AB;
}
.AnyTagClassName
{
color: #4167AB;
}
</style>
background-color css
<style>
a { background-color: #4167AB; }
a { background-color: rgb(65,103,171); }
div.DivClassName
{
background-color: #4167AB;
}
.BgClassName
{
background-color: #4167AB;
}
</style>
border-color css
<style>
span { border-color: #4167AB; }
span { border-color: rgb(65,103,171); }
td.TdClassName
{
border-color: #4167AB;
}
.TagClassName
{
border-color: #4167AB;
}
</style>