Shades of Mariner #426CBA
Tints of Mariner #426CBA
RGB
CMYK
RGB Variations
Color information
#426CBA (or 0x426CBA) is known color: Mariner. HEX triplet: 42, 6C and BA. RGB value is (66,108,186). Sum of RGB (Red+Green+Blue) = 66+108+186=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #426CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBA is #BD9345. Grayscale: #676767. Windows color (decimal): -12424006 or 12217410. OLE color: 12217410.
HSL color Cylindrical-coordinate representation of color #426CBA: hue angle of 219º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426CBA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 108 | 186 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.27 |
| HSL | 219º | 0.48% | 0.49% | - |
| HSV(B) | 219º | 0.65% | 0.73% | - |
| XYZ | 16.47 | 15.43 | 48.56 | - |
| YUV | 104.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 186 | 0.65 | 0.42 | 0 | 0.27 | 219 | 0.48 | 0.49 |
| Hex | 42 | 6C | BA | 41 | 2A | 0 | 1B | DB | 30 | 31 |
| Octal | 102 | 154 | 272 | 101 | 52 | 0 | 33 | 333 | 60 | 61 |
| Binary | 1000010 | 1101100 | 10111010 | 1000001 | 101010 | 0 | 11011 | 11011011 | 110000 | 110001 |
Color Harmonies of #426CBA
Complementary color
Monochromatic Colors of #426CBA
Black with #426CBA
Text Example
Text Example
White with #426CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CBA; }
p { color: rgb(66,108,186); }
H1.HeaderClassName
{
color: #426CBA;
}
.AnyTagClassName
{
color: #426CBA;
}
</style>
background-color css
<style>
a { background-color: #426CBA; }
a { background-color: rgb(66,108,186); }
div.DivClassName
{
background-color: #426CBA;
}
.BgClassName
{
background-color: #426CBA;
}
</style>
border-color css
<style>
span { border-color: #426CBA; }
span { border-color: rgb(66,108,186); }
td.TdClassName
{
border-color: #426CBA;
}
.TagClassName
{
border-color: #426CBA;
}
</style>