Shades of Mariner #44639C
Tints of Mariner #44639C
RGB
CMYK
RGB Variations
Color information
#44639C (or 0x44639C) is known color: Mariner. HEX triplet: 44, 63 and 9C. RGB value is (68,99,156). Sum of RGB (Red+Green+Blue) = 68+99+156=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #44639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44639C is #BB9C63. Grayscale: #5F5F5F. Windows color (decimal): -12295268 or 10249028. OLE color: 10249028.
HSL color Cylindrical-coordinate representation of color #44639C: hue angle of 218.86º 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 #44639C is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 99 | 156 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.39 |
| HSL | 218.86º | 0.39% | 0.44% | - |
| HSV(B) | 218.86º | 0.56% | 0.61% | - |
| XYZ | 12.85 | 12.55 | 33.2 | - |
| YUV | 96.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 156 | 0.56 | 0.37 | 0 | 0.39 | 218.86 | 0.39 | 0.44 |
| Hex | 44 | 63 | 9C | 38 | 25 | 0 | 27 | DB | 27 | 2C |
| Octal | 104 | 143 | 234 | 70 | 45 | 0 | 47 | 333 | 47 | 54 |
| Binary | 1000100 | 1100011 | 10011100 | 111000 | 100101 | 0 | 100111 | 11011011 | 100111 | 101100 |
Color Harmonies of #44639C
Complementary color
Monochromatic Colors of #44639C
Black with #44639C
Text Example
Text Example
White with #44639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44639C; }
p { color: rgb(68,99,156); }
H1.HeaderClassName
{
color: #44639C;
}
.AnyTagClassName
{
color: #44639C;
}
</style>
background-color css
<style>
a { background-color: #44639C; }
a { background-color: rgb(68,99,156); }
div.DivClassName
{
background-color: #44639C;
}
.BgClassName
{
background-color: #44639C;
}
</style>
border-color css
<style>
span { border-color: #44639C; }
span { border-color: rgb(68,99,156); }
td.TdClassName
{
border-color: #44639C;
}
.TagClassName
{
border-color: #44639C;
}
</style>