Shades of Mariner #44699B
Tints of Mariner #44699B
RGB
CMYK
RGB Variations
Color information
#44699B (or 0x44699B) is known color: Mariner. HEX triplet: 44, 69 and 9B. RGB value is (68,105,155). Sum of RGB (Red+Green+Blue) = 68+105+155=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #44699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44699B is #BB9664. Grayscale: #636363. Windows color (decimal): -12293733 or 10185028. OLE color: 10185028.
HSL color Cylindrical-coordinate representation of color #44699B: hue angle of 214.48º 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 #44699B is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 105 | 155 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.39 |
| HSL | 214.48º | 0.39% | 0.44% | - |
| HSV(B) | 214.48º | 0.56% | 0.61% | - |
| XYZ | 13.35 | 13.7 | 32.95 | - |
| YUV | 99.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 155 | 0.56 | 0.32 | 0 | 0.39 | 214.48 | 0.39 | 0.44 |
| Hex | 44 | 69 | 9B | 38 | 20 | 0 | 27 | D6 | 27 | 2C |
| Octal | 104 | 151 | 233 | 70 | 40 | 0 | 47 | 326 | 47 | 54 |
| Binary | 1000100 | 1101001 | 10011011 | 111000 | 100000 | 0 | 100111 | 11010110 | 100111 | 101100 |
Color Harmonies of #44699B
Complementary color
Monochromatic Colors of #44699B
Black with #44699B
Text Example
Text Example
White with #44699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44699B; }
p { color: rgb(68,105,155); }
H1.HeaderClassName
{
color: #44699B;
}
.AnyTagClassName
{
color: #44699B;
}
</style>
background-color css
<style>
a { background-color: #44699B; }
a { background-color: rgb(68,105,155); }
div.DivClassName
{
background-color: #44699B;
}
.BgClassName
{
background-color: #44699B;
}
</style>
border-color css
<style>
span { border-color: #44699B; }
span { border-color: rgb(68,105,155); }
td.TdClassName
{
border-color: #44699B;
}
.TagClassName
{
border-color: #44699B;
}
</style>