Shades of Mariner #44689B
Tints of Mariner #44689B
RGB
CMYK
RGB Variations
Color information
#44689B (or 0x44689B) is known color: Mariner. HEX triplet: 44, 68 and 9B. RGB value is (68,104,155). Sum of RGB (Red+Green+Blue) = 68+104+155=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #44689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44689B is #BB9764. Grayscale: #626262. Windows color (decimal): -12293989 or 10184772. OLE color: 10184772.
HSL color Cylindrical-coordinate representation of color #44689B: hue angle of 215.17º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44689B is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 104 | 155 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.39 |
| HSL | 215.17º | 0.39% | 0.44% | - |
| HSV(B) | 215.17º | 0.56% | 0.61% | - |
| XYZ | 13.25 | 13.5 | 32.92 | - |
| YUV | 99.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 155 | 0.56 | 0.33 | 0 | 0.39 | 215.17 | 0.39 | 0.44 |
| Hex | 44 | 68 | 9B | 38 | 21 | 0 | 27 | D7 | 27 | 2C |
| Octal | 104 | 150 | 233 | 70 | 41 | 0 | 47 | 327 | 47 | 54 |
| Binary | 1000100 | 1101000 | 10011011 | 111000 | 100001 | 0 | 100111 | 11010111 | 100111 | 101100 |
Color Harmonies of #44689B
Complementary color
Monochromatic Colors of #44689B
Black with #44689B
Text Example
Text Example
White with #44689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44689B; }
p { color: rgb(68,104,155); }
H1.HeaderClassName
{
color: #44689B;
}
.AnyTagClassName
{
color: #44689B;
}
</style>
background-color css
<style>
a { background-color: #44689B; }
a { background-color: rgb(68,104,155); }
div.DivClassName
{
background-color: #44689B;
}
.BgClassName
{
background-color: #44689B;
}
</style>
border-color css
<style>
span { border-color: #44689B; }
span { border-color: rgb(68,104,155); }
td.TdClassName
{
border-color: #44689B;
}
.TagClassName
{
border-color: #44689B;
}
</style>