Shades of Mariner #426FAC
Tints of Mariner #426FAC
RGB
CMYK
RGB Variations
Color information
#426FAC (or 0x426FAC) is known color: Mariner. HEX triplet: 42, 6F and AC. RGB value is (66,111,172). Sum of RGB (Red+Green+Blue) = 66+111+172=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #426FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FAC is #BD9053. Grayscale: #686868. Windows color (decimal): -12423252 or 11300674. OLE color: 11300674.
HSL color Cylindrical-coordinate representation of color #426FAC: hue angle of 214.53º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426FAC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 111 | 172 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.33 |
| HSL | 214.53º | 0.45% | 0.47% | - |
| HSV(B) | 214.53º | 0.62% | 0.67% | - |
| XYZ | 15.38 | 15.51 | 41.21 | - |
| YUV | 104.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 172 | 0.62 | 0.35 | 0 | 0.33 | 214.53 | 0.45 | 0.47 |
| Hex | 42 | 6F | AC | 3E | 23 | 0 | 21 | D7 | 2D | 2F |
| Octal | 102 | 157 | 254 | 76 | 43 | 0 | 41 | 327 | 55 | 57 |
| Binary | 1000010 | 1101111 | 10101100 | 111110 | 100011 | 0 | 100001 | 11010111 | 101101 | 101111 |
Color Harmonies of #426FAC
Complementary color
Monochromatic Colors of #426FAC
Black with #426FAC
Text Example
Text Example
White with #426FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FAC; }
p { color: rgb(66,111,172); }
H1.HeaderClassName
{
color: #426FAC;
}
.AnyTagClassName
{
color: #426FAC;
}
</style>
background-color css
<style>
a { background-color: #426FAC; }
a { background-color: rgb(66,111,172); }
div.DivClassName
{
background-color: #426FAC;
}
.BgClassName
{
background-color: #426FAC;
}
</style>
border-color css
<style>
span { border-color: #426FAC; }
span { border-color: rgb(66,111,172); }
td.TdClassName
{
border-color: #426FAC;
}
.TagClassName
{
border-color: #426FAC;
}
</style>