Shades of Mariner #44699C
Tints of Mariner #44699C
RGB
CMYK
RGB Variations
Color information
#44699C (or 0x44699C) is known color: Mariner. HEX triplet: 44, 69 and 9C. RGB value is (68,105,156). Sum of RGB (Red+Green+Blue) = 68+105+156=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #44699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44699C is #BB9663. Grayscale: #636363. Windows color (decimal): -12293732 or 10250564. OLE color: 10250564.
HSL color Cylindrical-coordinate representation of color #44699C: hue angle of 214.77º 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 #44699C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 105 | 156 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.39 |
| HSL | 214.77º | 0.39% | 0.44% | - |
| HSV(B) | 214.77º | 0.56% | 0.61% | - |
| XYZ | 13.44 | 13.73 | 33.39 | - |
| YUV | 99.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 156 | 0.56 | 0.33 | 0 | 0.39 | 214.77 | 0.39 | 0.44 |
| Hex | 44 | 69 | 9C | 38 | 21 | 0 | 27 | D7 | 27 | 2C |
| Octal | 104 | 151 | 234 | 70 | 41 | 0 | 47 | 327 | 47 | 54 |
| Binary | 1000100 | 1101001 | 10011100 | 111000 | 100001 | 0 | 100111 | 11010111 | 100111 | 101100 |
Color Harmonies of #44699C
Complementary color
Monochromatic Colors of #44699C
Black with #44699C
Text Example
Text Example
White with #44699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44699C; }
p { color: rgb(68,105,156); }
H1.HeaderClassName
{
color: #44699C;
}
.AnyTagClassName
{
color: #44699C;
}
</style>
background-color css
<style>
a { background-color: #44699C; }
a { background-color: rgb(68,105,156); }
div.DivClassName
{
background-color: #44699C;
}
.BgClassName
{
background-color: #44699C;
}
</style>
border-color css
<style>
span { border-color: #44699C; }
span { border-color: rgb(68,105,156); }
td.TdClassName
{
border-color: #44699C;
}
.TagClassName
{
border-color: #44699C;
}
</style>