Shades of Mariner #44609C
Tints of Mariner #44609C
RGB
CMYK
RGB Variations
Color information
#44609C (or 0x44609C) is known color: Mariner. HEX triplet: 44, 60 and 9C. RGB value is (68,96,156). Sum of RGB (Red+Green+Blue) = 68+96+156=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #44609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44609C is #BB9F63. Grayscale: #5E5E5E. Windows color (decimal): -12296036 or 10248260. OLE color: 10248260.
HSL color Cylindrical-coordinate representation of color #44609C: hue angle of 220.91º 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 #44609C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 96 | 156 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.39 |
| HSL | 220.91º | 0.39% | 0.44% | - |
| HSV(B) | 220.91º | 0.56% | 0.61% | - |
| XYZ | 12.57 | 11.99 | 33.11 | - |
| YUV | 94.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 156 | 0.56 | 0.38 | 0 | 0.39 | 220.91 | 0.39 | 0.44 |
| Hex | 44 | 60 | 9C | 38 | 26 | 0 | 27 | DD | 27 | 2C |
| Octal | 104 | 140 | 234 | 70 | 46 | 0 | 47 | 335 | 47 | 54 |
| Binary | 1000100 | 1100000 | 10011100 | 111000 | 100110 | 0 | 100111 | 11011101 | 100111 | 101100 |
Color Harmonies of #44609C
Complementary color
Monochromatic Colors of #44609C
Black with #44609C
Text Example
Text Example
White with #44609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44609C; }
p { color: rgb(68,96,156); }
H1.HeaderClassName
{
color: #44609C;
}
.AnyTagClassName
{
color: #44609C;
}
</style>
background-color css
<style>
a { background-color: #44609C; }
a { background-color: rgb(68,96,156); }
div.DivClassName
{
background-color: #44609C;
}
.BgClassName
{
background-color: #44609C;
}
</style>
border-color css
<style>
span { border-color: #44609C; }
span { border-color: rgb(68,96,156); }
td.TdClassName
{
border-color: #44609C;
}
.TagClassName
{
border-color: #44609C;
}
</style>