Shades of Mariner #44639A
Tints of Mariner #44639A
RGB
CMYK
RGB Variations
Color information
#44639A (or 0x44639A) is known color: Mariner. HEX triplet: 44, 63 and 9A. RGB value is (68,99,154). Sum of RGB (Red+Green+Blue) = 68+99+154=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #44639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44639A is #BB9C65. Grayscale: #5F5F5F. Windows color (decimal): -12295270 or 10117956. OLE color: 10117956.
HSL color Cylindrical-coordinate representation of color #44639A: hue angle of 218.37º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44639A is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 99 | 154 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.40 |
| HSL | 218.37º | 0.39% | 0.44% | - |
| HSV(B) | 218.37º | 0.56% | 0.6% | - |
| XYZ | 12.68 | 12.49 | 32.31 | - |
| YUV | 96 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 154 | 0.56 | 0.36 | 0 | 0.40 | 218.37 | 0.39 | 0.44 |
| Hex | 44 | 63 | 9A | 38 | 24 | 0 | 28 | DA | 27 | 2C |
| Octal | 104 | 143 | 232 | 70 | 44 | 0 | 50 | 332 | 47 | 54 |
| Binary | 1000100 | 1100011 | 10011010 | 111000 | 100100 | 0 | 101000 | 11011010 | 100111 | 101100 |
Color Harmonies of #44639A
Complementary color
Monochromatic Colors of #44639A
Black with #44639A
Text Example
Text Example
White with #44639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44639A; }
p { color: rgb(68,99,154); }
H1.HeaderClassName
{
color: #44639A;
}
.AnyTagClassName
{
color: #44639A;
}
</style>
background-color css
<style>
a { background-color: #44639A; }
a { background-color: rgb(68,99,154); }
div.DivClassName
{
background-color: #44639A;
}
.BgClassName
{
background-color: #44639A;
}
</style>
border-color css
<style>
span { border-color: #44639A; }
span { border-color: rgb(68,99,154); }
td.TdClassName
{
border-color: #44639A;
}
.TagClassName
{
border-color: #44639A;
}
</style>