Shades of Mariner #426BB4
Tints of Mariner #426BB4
RGB
CMYK
RGB Variations
Color information
#426BB4 (or 0x426BB4) is known color: Mariner. HEX triplet: 42, 6B and B4. RGB value is (66,107,180). Sum of RGB (Red+Green+Blue) = 66+107+180=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #426BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BB4 is #BD944B. Grayscale: #666666. Windows color (decimal): -12424268 or 11823938. OLE color: 11823938.
HSL color Cylindrical-coordinate representation of color #426BB4: hue angle of 218.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426BB4 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 107 | 180 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.29 |
| HSL | 218.42º | 0.46% | 0.48% | - |
| HSV(B) | 218.42º | 0.63% | 0.71% | - |
| XYZ | 15.74 | 14.97 | 45.24 | - |
| YUV | 103.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 180 | 0.63 | 0.41 | 0 | 0.29 | 218.42 | 0.46 | 0.48 |
| Hex | 42 | 6B | B4 | 3F | 29 | 0 | 1D | DA | 2E | 30 |
| Octal | 102 | 153 | 264 | 77 | 51 | 0 | 35 | 332 | 56 | 60 |
| Binary | 1000010 | 1101011 | 10110100 | 111111 | 101001 | 0 | 11101 | 11011010 | 101110 | 110000 |
Color Harmonies of #426BB4
Complementary color
Monochromatic Colors of #426BB4
Black with #426BB4
Text Example
Text Example
White with #426BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BB4; }
p { color: rgb(66,107,180); }
H1.HeaderClassName
{
color: #426BB4;
}
.AnyTagClassName
{
color: #426BB4;
}
</style>
background-color css
<style>
a { background-color: #426BB4; }
a { background-color: rgb(66,107,180); }
div.DivClassName
{
background-color: #426BB4;
}
.BgClassName
{
background-color: #426BB4;
}
</style>
border-color css
<style>
span { border-color: #426BB4; }
span { border-color: rgb(66,107,180); }
td.TdClassName
{
border-color: #426BB4;
}
.TagClassName
{
border-color: #426BB4;
}
</style>