Shades of Mariner #4155AB
Tints of Mariner #4155AB
RGB
CMYK
RGB Variations
Color information
#4155AB (or 0x4155AB) is known color: Mariner. HEX triplet: 41, 55 and AB. RGB value is (65,85,171). Sum of RGB (Red+Green+Blue) = 65+85+171=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #4155AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155AB is #BEAA54. Grayscale: #585858. Windows color (decimal): -12495445 or 11228481. OLE color: 11228481.
HSL color Cylindrical-coordinate representation of color #4155AB: hue angle of 228.68º 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 #4155AB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 85 | 171 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.33 |
| HSL | 228.68º | 0.45% | 0.46% | - |
| HSV(B) | 228.68º | 0.62% | 0.67% | - |
| XYZ | 12.78 | 10.56 | 39.89 | - |
| YUV | 88.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 171 | 0.62 | 0.50 | 0 | 0.33 | 228.68 | 0.45 | 0.46 |
| Hex | 41 | 55 | AB | 3E | 32 | 0 | 21 | E5 | 2D | 2E |
| Octal | 101 | 125 | 253 | 76 | 62 | 0 | 41 | 345 | 55 | 56 |
| Binary | 1000001 | 1010101 | 10101011 | 111110 | 110010 | 0 | 100001 | 11100101 | 101101 | 101110 |
Color Harmonies of #4155AB
Complementary color
Monochromatic Colors of #4155AB
Black with #4155AB
Text Example
Text Example
White with #4155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155AB; }
p { color: rgb(65,85,171); }
H1.HeaderClassName
{
color: #4155AB;
}
.AnyTagClassName
{
color: #4155AB;
}
</style>
background-color css
<style>
a { background-color: #4155AB; }
a { background-color: rgb(65,85,171); }
div.DivClassName
{
background-color: #4155AB;
}
.BgClassName
{
background-color: #4155AB;
}
</style>
border-color css
<style>
span { border-color: #4155AB; }
span { border-color: rgb(65,85,171); }
td.TdClassName
{
border-color: #4155AB;
}
.TagClassName
{
border-color: #4155AB;
}
</style>