Shades of Mariner #44619B
Tints of Mariner #44619B
RGB
CMYK
RGB Variations
Color information
#44619B (or 0x44619B) is known color: Mariner. HEX triplet: 44, 61 and 9B. RGB value is (68,97,155). Sum of RGB (Red+Green+Blue) = 68+97+155=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #44619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44619B is #BB9E64. Grayscale: #5E5E5E. Windows color (decimal): -12295781 or 10182980. OLE color: 10182980.
HSL color Cylindrical-coordinate representation of color #44619B: hue angle of 220º 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 #44619B is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 97 | 155 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.39 |
| HSL | 220º | 0.39% | 0.44% | - |
| HSV(B) | 220º | 0.56% | 0.61% | - |
| XYZ | 12.57 | 12.14 | 32.69 | - |
| YUV | 94.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 155 | 0.56 | 0.37 | 0 | 0.39 | 220 | 0.39 | 0.44 |
| Hex | 44 | 61 | 9B | 38 | 25 | 0 | 27 | DC | 27 | 2C |
| Octal | 104 | 141 | 233 | 70 | 45 | 0 | 47 | 334 | 47 | 54 |
| Binary | 1000100 | 1100001 | 10011011 | 111000 | 100101 | 0 | 100111 | 11011100 | 100111 | 101100 |
Color Harmonies of #44619B
Complementary color
Monochromatic Colors of #44619B
Black with #44619B
Text Example
Text Example
White with #44619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44619B; }
p { color: rgb(68,97,155); }
H1.HeaderClassName
{
color: #44619B;
}
.AnyTagClassName
{
color: #44619B;
}
</style>
background-color css
<style>
a { background-color: #44619B; }
a { background-color: rgb(68,97,155); }
div.DivClassName
{
background-color: #44619B;
}
.BgClassName
{
background-color: #44619B;
}
</style>
border-color css
<style>
span { border-color: #44619B; }
span { border-color: rgb(68,97,155); }
td.TdClassName
{
border-color: #44619B;
}
.TagClassName
{
border-color: #44619B;
}
</style>