Shades of Mariner #426B98
Tints of Mariner #426B98
RGB
CMYK
RGB Variations
Color information
#426B98 (or 0x426B98) is known color: Mariner. HEX triplet: 42, 6B and 98. RGB value is (66,107,152). Sum of RGB (Red+Green+Blue) = 66+107+152=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #426B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B98 is #BD9467. Grayscale: #636363. Windows color (decimal): -12424296 or 9988930. OLE color: 9988930.
HSL color Cylindrical-coordinate representation of color #426B98: hue angle of 211.4º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426B98 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 107 | 152 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.40 |
| HSL | 211.4º | 0.39% | 0.43% | - |
| HSV(B) | 211.4º | 0.57% | 0.6% | - |
| XYZ | 13.17 | 13.94 | 31.7 | - |
| YUV | 99.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 152 | 0.57 | 0.30 | 0 | 0.40 | 211.4 | 0.39 | 0.43 |
| Hex | 42 | 6B | 98 | 39 | 1E | 0 | 28 | D3 | 27 | 2B |
| Octal | 102 | 153 | 230 | 71 | 36 | 0 | 50 | 323 | 47 | 53 |
| Binary | 1000010 | 1101011 | 10011000 | 111001 | 11110 | 0 | 101000 | 11010011 | 100111 | 101011 |
Color Harmonies of #426B98
Complementary color
Monochromatic Colors of #426B98
Black with #426B98
Text Example
Text Example
White with #426B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B98; }
p { color: rgb(66,107,152); }
H1.HeaderClassName
{
color: #426B98;
}
.AnyTagClassName
{
color: #426B98;
}
</style>
background-color css
<style>
a { background-color: #426B98; }
a { background-color: rgb(66,107,152); }
div.DivClassName
{
background-color: #426B98;
}
.BgClassName
{
background-color: #426B98;
}
</style>
border-color css
<style>
span { border-color: #426B98; }
span { border-color: rgb(66,107,152); }
td.TdClassName
{
border-color: #426B98;
}
.TagClassName
{
border-color: #426B98;
}
</style>