Shades of Mariner #426AB3
Tints of Mariner #426AB3
RGB
CMYK
RGB Variations
Color information
#426AB3 (or 0x426AB3) is known color: Mariner. HEX triplet: 42, 6A and B3. RGB value is (66,106,179). Sum of RGB (Red+Green+Blue) = 66+106+179=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #426AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AB3 is #BD954C. Grayscale: #666666. Windows color (decimal): -12424525 or 11758146. OLE color: 11758146.
HSL color Cylindrical-coordinate representation of color #426AB3: hue angle of 218.76º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426AB3 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 106 | 179 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.30 |
| HSL | 218.76º | 0.46% | 0.48% | - |
| HSV(B) | 218.76º | 0.63% | 0.7% | - |
| XYZ | 15.54 | 14.72 | 44.67 | - |
| YUV | 102.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 179 | 0.63 | 0.41 | 0 | 0.30 | 218.76 | 0.46 | 0.48 |
| Hex | 42 | 6A | B3 | 3F | 29 | 0 | 1E | DB | 2E | 30 |
| Octal | 102 | 152 | 263 | 77 | 51 | 0 | 36 | 333 | 56 | 60 |
| Binary | 1000010 | 1101010 | 10110011 | 111111 | 101001 | 0 | 11110 | 11011011 | 101110 | 110000 |
Color Harmonies of #426AB3
Complementary color
Monochromatic Colors of #426AB3
Black with #426AB3
Text Example
Text Example
White with #426AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426AB3; }
p { color: rgb(66,106,179); }
H1.HeaderClassName
{
color: #426AB3;
}
.AnyTagClassName
{
color: #426AB3;
}
</style>
background-color css
<style>
a { background-color: #426AB3; }
a { background-color: rgb(66,106,179); }
div.DivClassName
{
background-color: #426AB3;
}
.BgClassName
{
background-color: #426AB3;
}
</style>
border-color css
<style>
span { border-color: #426AB3; }
span { border-color: rgb(66,106,179); }
td.TdClassName
{
border-color: #426AB3;
}
.TagClassName
{
border-color: #426AB3;
}
</style>