Shades of Mariner #44679A
Tints of Mariner #44679A
RGB
CMYK
RGB Variations
Color information
#44679A (or 0x44679A) is known color: Mariner. HEX triplet: 44, 67 and 9A. RGB value is (68,103,154). Sum of RGB (Red+Green+Blue) = 68+103+154=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #44679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44679A is #BB9865. Grayscale: #626262. Windows color (decimal): -12294246 or 10118980. OLE color: 10118980.
HSL color Cylindrical-coordinate representation of color #44679A: hue angle of 215.58º 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 #44679A is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 103 | 154 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.40 |
| HSL | 215.58º | 0.39% | 0.44% | - |
| HSV(B) | 215.58º | 0.56% | 0.6% | - |
| XYZ | 13.07 | 13.26 | 32.44 | - |
| YUV | 98.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 154 | 0.56 | 0.33 | 0 | 0.40 | 215.58 | 0.39 | 0.44 |
| Hex | 44 | 67 | 9A | 38 | 21 | 0 | 28 | D8 | 27 | 2C |
| Octal | 104 | 147 | 232 | 70 | 41 | 0 | 50 | 330 | 47 | 54 |
| Binary | 1000100 | 1100111 | 10011010 | 111000 | 100001 | 0 | 101000 | 11011000 | 100111 | 101100 |
Color Harmonies of #44679A
Complementary color
Monochromatic Colors of #44679A
Black with #44679A
Text Example
Text Example
White with #44679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44679A; }
p { color: rgb(68,103,154); }
H1.HeaderClassName
{
color: #44679A;
}
.AnyTagClassName
{
color: #44679A;
}
</style>
background-color css
<style>
a { background-color: #44679A; }
a { background-color: rgb(68,103,154); }
div.DivClassName
{
background-color: #44679A;
}
.BgClassName
{
background-color: #44679A;
}
</style>
border-color css
<style>
span { border-color: #44679A; }
span { border-color: rgb(68,103,154); }
td.TdClassName
{
border-color: #44679A;
}
.TagClassName
{
border-color: #44679A;
}
</style>