Shades of Mariner #415AA4
Tints of Mariner #415AA4
RGB
CMYK
RGB Variations
Color information
#415AA4 (or 0x415AA4) is known color: Mariner. HEX triplet: 41, 5A and A4. RGB value is (65,90,164). Sum of RGB (Red+Green+Blue) = 65+90+164=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #415AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AA4 is #BEA55B. Grayscale: #5A5A5A. Windows color (decimal): -12494172 or 10771009. OLE color: 10771009.
HSL color Cylindrical-coordinate representation of color #415AA4: hue angle of 224.85º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #415AA4 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 90 | 164 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.36 |
| HSL | 224.85º | 0.43% | 0.45% | - |
| HSV(B) | 224.85º | 0.6% | 0.64% | - |
| XYZ | 12.54 | 11.12 | 36.61 | - |
| YUV | 90.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 164 | 0.60 | 0.45 | 0 | 0.36 | 224.85 | 0.43 | 0.45 |
| Hex | 41 | 5A | A4 | 3C | 2D | 0 | 24 | E1 | 2B | 2D |
| Octal | 101 | 132 | 244 | 74 | 55 | 0 | 44 | 341 | 53 | 55 |
| Binary | 1000001 | 1011010 | 10100100 | 111100 | 101101 | 0 | 100100 | 11100001 | 101011 | 101101 |
Color Harmonies of #415AA4
Complementary color
Monochromatic Colors of #415AA4
Black with #415AA4
Text Example
Text Example
White with #415AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415AA4; }
p { color: rgb(65,90,164); }
H1.HeaderClassName
{
color: #415AA4;
}
.AnyTagClassName
{
color: #415AA4;
}
</style>
background-color css
<style>
a { background-color: #415AA4; }
a { background-color: rgb(65,90,164); }
div.DivClassName
{
background-color: #415AA4;
}
.BgClassName
{
background-color: #415AA4;
}
</style>
border-color css
<style>
span { border-color: #415AA4; }
span { border-color: rgb(65,90,164); }
td.TdClassName
{
border-color: #415AA4;
}
.TagClassName
{
border-color: #415AA4;
}
</style>