Shades of Mariner #426FAA
Tints of Mariner #426FAA
RGB
CMYK
RGB Variations
Color information
#426FAA (or 0x426FAA) is known color: Mariner. HEX triplet: 42, 6F and AA. RGB value is (66,111,170). Sum of RGB (Red+Green+Blue) = 66+111+170=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #426FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FAA is #BD9055. Grayscale: #676767. Windows color (decimal): -12423254 or 11169602. OLE color: 11169602.
HSL color Cylindrical-coordinate representation of color #426FAA: hue angle of 214.04º 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 #426FAA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 111 | 170 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.33 |
| HSL | 214.04º | 0.44% | 0.46% | - |
| HSV(B) | 214.04º | 0.61% | 0.67% | - |
| XYZ | 15.19 | 15.43 | 40.21 | - |
| YUV | 104.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 170 | 0.61 | 0.35 | 0 | 0.33 | 214.04 | 0.44 | 0.46 |
| Hex | 42 | 6F | AA | 3D | 23 | 0 | 21 | D6 | 2C | 2E |
| Octal | 102 | 157 | 252 | 75 | 43 | 0 | 41 | 326 | 54 | 56 |
| Binary | 1000010 | 1101111 | 10101010 | 111101 | 100011 | 0 | 100001 | 11010110 | 101100 | 101110 |
Color Harmonies of #426FAA
Complementary color
Monochromatic Colors of #426FAA
Black with #426FAA
Text Example
Text Example
White with #426FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FAA; }
p { color: rgb(66,111,170); }
H1.HeaderClassName
{
color: #426FAA;
}
.AnyTagClassName
{
color: #426FAA;
}
</style>
background-color css
<style>
a { background-color: #426FAA; }
a { background-color: rgb(66,111,170); }
div.DivClassName
{
background-color: #426FAA;
}
.BgClassName
{
background-color: #426FAA;
}
</style>
border-color css
<style>
span { border-color: #426FAA; }
span { border-color: rgb(66,111,170); }
td.TdClassName
{
border-color: #426FAA;
}
.TagClassName
{
border-color: #426FAA;
}
</style>