Shades of Mariner #426498
Tints of Mariner #426498
RGB
CMYK
RGB Variations
Color information
#426498 (or 0x426498) is known color: Mariner. HEX triplet: 42, 64 and 98. RGB value is (66,100,152). Sum of RGB (Red+Green+Blue) = 66+100+152=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #426498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426498 is #BD9B67. Grayscale: #5F5F5F. Windows color (decimal): -12426088 or 9987138. OLE color: 9987138.
HSL color Cylindrical-coordinate representation of color #426498: hue angle of 216.28º 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 #426498 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 100 | 152 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.40 |
| HSL | 216.28º | 0.39% | 0.43% | - |
| HSV(B) | 216.28º | 0.57% | 0.6% | - |
| XYZ | 12.47 | 12.54 | 31.47 | - |
| YUV | 95.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 152 | 0.57 | 0.34 | 0 | 0.40 | 216.28 | 0.39 | 0.43 |
| Hex | 42 | 64 | 98 | 39 | 22 | 0 | 28 | D8 | 27 | 2B |
| Octal | 102 | 144 | 230 | 71 | 42 | 0 | 50 | 330 | 47 | 53 |
| Binary | 1000010 | 1100100 | 10011000 | 111001 | 100010 | 0 | 101000 | 11011000 | 100111 | 101011 |
Color Harmonies of #426498
Complementary color
Monochromatic Colors of #426498
Black with #426498
Text Example
Text Example
White with #426498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426498; }
p { color: rgb(66,100,152); }
H1.HeaderClassName
{
color: #426498;
}
.AnyTagClassName
{
color: #426498;
}
</style>
background-color css
<style>
a { background-color: #426498; }
a { background-color: rgb(66,100,152); }
div.DivClassName
{
background-color: #426498;
}
.BgClassName
{
background-color: #426498;
}
</style>
border-color css
<style>
span { border-color: #426498; }
span { border-color: rgb(66,100,152); }
td.TdClassName
{
border-color: #426498;
}
.TagClassName
{
border-color: #426498;
}
</style>