Shades of Mariner #4155AA
Tints of Mariner #4155AA
RGB
CMYK
RGB Variations
Color information
#4155AA (or 0x4155AA) is known color: Mariner. HEX triplet: 41, 55 and AA. RGB value is (65,85,170). Sum of RGB (Red+Green+Blue) = 65+85+170=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #4155AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155AA is #BEAA55. Grayscale: #585858. Windows color (decimal): -12495446 or 11162945. OLE color: 11162945.
HSL color Cylindrical-coordinate representation of color #4155AA: hue angle of 228.57º 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 #4155AA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 85 | 170 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.33 |
| HSL | 228.57º | 0.45% | 0.46% | - |
| HSV(B) | 228.57º | 0.62% | 0.67% | - |
| XYZ | 12.68 | 10.52 | 39.39 | - |
| YUV | 88.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 170 | 0.62 | 0.50 | 0 | 0.33 | 228.57 | 0.45 | 0.46 |
| Hex | 41 | 55 | AA | 3E | 32 | 0 | 21 | E5 | 2D | 2E |
| Octal | 101 | 125 | 252 | 76 | 62 | 0 | 41 | 345 | 55 | 56 |
| Binary | 1000001 | 1010101 | 10101010 | 111110 | 110010 | 0 | 100001 | 11100101 | 101101 | 101110 |
Color Harmonies of #4155AA
Complementary color
Monochromatic Colors of #4155AA
Black with #4155AA
Text Example
Text Example
White with #4155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155AA; }
p { color: rgb(65,85,170); }
H1.HeaderClassName
{
color: #4155AA;
}
.AnyTagClassName
{
color: #4155AA;
}
</style>
background-color css
<style>
a { background-color: #4155AA; }
a { background-color: rgb(65,85,170); }
div.DivClassName
{
background-color: #4155AA;
}
.BgClassName
{
background-color: #4155AA;
}
</style>
border-color css
<style>
span { border-color: #4155AA; }
span { border-color: rgb(65,85,170); }
td.TdClassName
{
border-color: #4155AA;
}
.TagClassName
{
border-color: #4155AA;
}
</style>