Shades of Mariner #4260A1
Tints of Mariner #4260A1
RGB
CMYK
RGB Variations
Color information
#4260A1 (or 0x4260A1) is known color: Mariner. HEX triplet: 42, 60 and A1. RGB value is (66,96,161). Sum of RGB (Red+Green+Blue) = 66+96+161=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #4260A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4260A1 is #BD9F5E. Grayscale: #5E5E5E. Windows color (decimal): -12427103 or 10575938. OLE color: 10575938.
HSL color Cylindrical-coordinate representation of color #4260A1: hue angle of 221.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4260A1 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 96 | 161 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.37 |
| HSL | 221.05º | 0.42% | 0.45% | - |
| HSV(B) | 221.05º | 0.59% | 0.63% | - |
| XYZ | 12.86 | 12.1 | 35.38 | - |
| YUV | 94.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 161 | 0.59 | 0.40 | 0 | 0.37 | 221.05 | 0.42 | 0.45 |
| Hex | 42 | 60 | A1 | 3B | 28 | 0 | 25 | DD | 2A | 2D |
| Octal | 102 | 140 | 241 | 73 | 50 | 0 | 45 | 335 | 52 | 55 |
| Binary | 1000010 | 1100000 | 10100001 | 111011 | 101000 | 0 | 100101 | 11011101 | 101010 | 101101 |
Color Harmonies of #4260A1
Complementary color
Monochromatic Colors of #4260A1
Black with #4260A1
Text Example
Text Example
White with #4260A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260A1; }
p { color: rgb(66,96,161); }
H1.HeaderClassName
{
color: #4260A1;
}
.AnyTagClassName
{
color: #4260A1;
}
</style>
background-color css
<style>
a { background-color: #4260A1; }
a { background-color: rgb(66,96,161); }
div.DivClassName
{
background-color: #4260A1;
}
.BgClassName
{
background-color: #4260A1;
}
</style>
border-color css
<style>
span { border-color: #4260A1; }
span { border-color: rgb(66,96,161); }
td.TdClassName
{
border-color: #4260A1;
}
.TagClassName
{
border-color: #4260A1;
}
</style>