Shades of Mariner #4264AB
Tints of Mariner #4264AB
RGB
CMYK
RGB Variations
Color information
#4264AB (or 0x4264AB) is known color: Mariner. HEX triplet: 42, 64 and AB. RGB value is (66,100,171). Sum of RGB (Red+Green+Blue) = 66+100+171=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #4264AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4264AB is #BD9B54. Grayscale: #616161. Windows color (decimal): -12426069 or 11232322. OLE color: 11232322.
HSL color Cylindrical-coordinate representation of color #4264AB: hue angle of 220.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4264AB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 100 | 171 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.33 |
| HSL | 220.57º | 0.44% | 0.46% | - |
| HSV(B) | 220.57º | 0.61% | 0.67% | - |
| XYZ | 14.15 | 13.21 | 40.33 | - |
| YUV | 97.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 171 | 0.61 | 0.42 | 0 | 0.33 | 220.57 | 0.44 | 0.46 |
| Hex | 42 | 64 | AB | 3D | 2A | 0 | 21 | DD | 2C | 2E |
| Octal | 102 | 144 | 253 | 75 | 52 | 0 | 41 | 335 | 54 | 56 |
| Binary | 1000010 | 1100100 | 10101011 | 111101 | 101010 | 0 | 100001 | 11011101 | 101100 | 101110 |
Color Harmonies of #4264AB
Complementary color
Monochromatic Colors of #4264AB
Black with #4264AB
Text Example
Text Example
White with #4264AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264AB; }
p { color: rgb(66,100,171); }
H1.HeaderClassName
{
color: #4264AB;
}
.AnyTagClassName
{
color: #4264AB;
}
</style>
background-color css
<style>
a { background-color: #4264AB; }
a { background-color: rgb(66,100,171); }
div.DivClassName
{
background-color: #4264AB;
}
.BgClassName
{
background-color: #4264AB;
}
</style>
border-color css
<style>
span { border-color: #4264AB; }
span { border-color: rgb(66,100,171); }
td.TdClassName
{
border-color: #4264AB;
}
.TagClassName
{
border-color: #4264AB;
}
</style>