Shades of Mariner #426CB3
Tints of Mariner #426CB3
RGB
CMYK
RGB Variations
Color information
#426CB3 (or 0x426CB3) is known color: Mariner. HEX triplet: 42, 6C and B3. RGB value is (66,108,179). Sum of RGB (Red+Green+Blue) = 66+108+179=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #426CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CB3 is #BD934C. Grayscale: #676767. Windows color (decimal): -12424013 or 11758658. OLE color: 11758658.
HSL color Cylindrical-coordinate representation of color #426CB3: hue angle of 217.7º 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 #426CB3 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 108 | 179 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.30 |
| HSL | 217.7º | 0.46% | 0.48% | - |
| HSV(B) | 217.7º | 0.63% | 0.7% | - |
| XYZ | 15.75 | 15.14 | 44.74 | - |
| YUV | 103.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 179 | 0.63 | 0.40 | 0 | 0.30 | 217.7 | 0.46 | 0.48 |
| Hex | 42 | 6C | B3 | 3F | 28 | 0 | 1E | DA | 2E | 30 |
| Octal | 102 | 154 | 263 | 77 | 50 | 0 | 36 | 332 | 56 | 60 |
| Binary | 1000010 | 1101100 | 10110011 | 111111 | 101000 | 0 | 11110 | 11011010 | 101110 | 110000 |
Color Harmonies of #426CB3
Complementary color
Monochromatic Colors of #426CB3
Black with #426CB3
Text Example
Text Example
White with #426CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CB3; }
p { color: rgb(66,108,179); }
H1.HeaderClassName
{
color: #426CB3;
}
.AnyTagClassName
{
color: #426CB3;
}
</style>
background-color css
<style>
a { background-color: #426CB3; }
a { background-color: rgb(66,108,179); }
div.DivClassName
{
background-color: #426CB3;
}
.BgClassName
{
background-color: #426CB3;
}
</style>
border-color css
<style>
span { border-color: #426CB3; }
span { border-color: rgb(66,108,179); }
td.TdClassName
{
border-color: #426CB3;
}
.TagClassName
{
border-color: #426CB3;
}
</style>