Shades of Mariner #4065B6
Tints of Mariner #4065B6
RGB
CMYK
RGB Variations
Color information
#4065B6 (or 0x4065B6) is known color: Mariner. HEX triplet: 40, 65 and B6. RGB value is (64,101,182). Sum of RGB (Red+Green+Blue) = 64+101+182=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #4065B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065B6 is #BF9A49. Grayscale: #626262. Windows color (decimal): -12556874 or 11953472. OLE color: 11953472.
HSL color Cylindrical-coordinate representation of color #4065B6: hue angle of 221.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4065B6 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 101 | 182 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.29 |
| HSL | 221.19º | 0.48% | 0.48% | - |
| HSV(B) | 221.19º | 0.65% | 0.71% | - |
| XYZ | 15.21 | 13.77 | 46.11 | - |
| YUV | 99.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 182 | 0.65 | 0.45 | 0 | 0.29 | 221.19 | 0.48 | 0.48 |
| Hex | 40 | 65 | B6 | 41 | 2D | 0 | 1D | DD | 30 | 30 |
| Octal | 100 | 145 | 266 | 101 | 55 | 0 | 35 | 335 | 60 | 60 |
| Binary | 1000000 | 1100101 | 10110110 | 1000001 | 101101 | 0 | 11101 | 11011101 | 110000 | 110000 |
Color Harmonies of #4065B6
Complementary color
Monochromatic Colors of #4065B6
Black with #4065B6
Text Example
Text Example
White with #4065B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065B6; }
p { color: rgb(64,101,182); }
H1.HeaderClassName
{
color: #4065B6;
}
.AnyTagClassName
{
color: #4065B6;
}
</style>
background-color css
<style>
a { background-color: #4065B6; }
a { background-color: rgb(64,101,182); }
div.DivClassName
{
background-color: #4065B6;
}
.BgClassName
{
background-color: #4065B6;
}
</style>
border-color css
<style>
span { border-color: #4065B6; }
span { border-color: rgb(64,101,182); }
td.TdClassName
{
border-color: #4065B6;
}
.TagClassName
{
border-color: #4065B6;
}
</style>