Shades of Mariner #4261AF
Tints of Mariner #4261AF
RGB
CMYK
RGB Variations
Color information
#4261AF (or 0x4261AF) is known color: Mariner. HEX triplet: 42, 61 and AF. RGB value is (66,97,175). Sum of RGB (Red+Green+Blue) = 66+97+175=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #4261AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261AF is #BD9E50. Grayscale: #606060. Windows color (decimal): -12426833 or 11493698. OLE color: 11493698.
HSL color Cylindrical-coordinate representation of color #4261AF: hue angle of 222.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4261AF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 97 | 175 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.31 |
| HSL | 222.94º | 0.45% | 0.47% | - |
| HSV(B) | 222.94º | 0.62% | 0.69% | - |
| XYZ | 14.26 | 12.8 | 42.28 | - |
| YUV | 96.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 175 | 0.62 | 0.45 | 0 | 0.31 | 222.94 | 0.45 | 0.47 |
| Hex | 42 | 61 | AF | 3E | 2D | 0 | 1F | DF | 2D | 2F |
| Octal | 102 | 141 | 257 | 76 | 55 | 0 | 37 | 337 | 55 | 57 |
| Binary | 1000010 | 1100001 | 10101111 | 111110 | 101101 | 0 | 11111 | 11011111 | 101101 | 101111 |
Color Harmonies of #4261AF
Complementary color
Monochromatic Colors of #4261AF
Black with #4261AF
Text Example
Text Example
White with #4261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4261AF; }
p { color: rgb(66,97,175); }
H1.HeaderClassName
{
color: #4261AF;
}
.AnyTagClassName
{
color: #4261AF;
}
</style>
background-color css
<style>
a { background-color: #4261AF; }
a { background-color: rgb(66,97,175); }
div.DivClassName
{
background-color: #4261AF;
}
.BgClassName
{
background-color: #4261AF;
}
</style>
border-color css
<style>
span { border-color: #4261AF; }
span { border-color: rgb(66,97,175); }
td.TdClassName
{
border-color: #4261AF;
}
.TagClassName
{
border-color: #4261AF;
}
</style>