Shades of Mariner #4261AD
Tints of Mariner #4261AD
RGB
CMYK
RGB Variations
Color information
#4261AD (or 0x4261AD) is known color: Mariner. HEX triplet: 42, 61 and AD. RGB value is (66,97,173). Sum of RGB (Red+Green+Blue) = 66+97+173=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4261AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261AD is #BD9E52. Grayscale: #606060. Windows color (decimal): -12426835 or 11362626. OLE color: 11362626.
HSL color Cylindrical-coordinate representation of color #4261AD: hue angle of 222.62º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4261AD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 97 | 173 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.32 |
| HSL | 222.62º | 0.45% | 0.47% | - |
| HSV(B) | 222.62º | 0.62% | 0.68% | - |
| XYZ | 14.06 | 12.72 | 41.25 | - |
| YUV | 96.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 173 | 0.62 | 0.44 | 0 | 0.32 | 222.62 | 0.45 | 0.47 |
| Hex | 42 | 61 | AD | 3E | 2C | 0 | 20 | DF | 2D | 2F |
| Octal | 102 | 141 | 255 | 76 | 54 | 0 | 40 | 337 | 55 | 57 |
| Binary | 1000010 | 1100001 | 10101101 | 111110 | 101100 | 0 | 100000 | 11011111 | 101101 | 101111 |
Color Harmonies of #4261AD
Complementary color
Monochromatic Colors of #4261AD
Black with #4261AD
Text Example
Text Example
White with #4261AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4261AD; }
p { color: rgb(66,97,173); }
H1.HeaderClassName
{
color: #4261AD;
}
.AnyTagClassName
{
color: #4261AD;
}
</style>
background-color css
<style>
a { background-color: #4261AD; }
a { background-color: rgb(66,97,173); }
div.DivClassName
{
background-color: #4261AD;
}
.BgClassName
{
background-color: #4261AD;
}
</style>
border-color css
<style>
span { border-color: #4261AD; }
span { border-color: rgb(66,97,173); }
td.TdClassName
{
border-color: #4261AD;
}
.TagClassName
{
border-color: #4261AD;
}
</style>