Shades of Mariner #445B93
Tints of Mariner #445B93
RGB
CMYK
RGB Variations
Color information
#445B93 (or 0x445B93) is known color: Mariner. HEX triplet: 44, 5B and 93. RGB value is (68,91,147). Sum of RGB (Red+Green+Blue) = 68+91+147=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #445B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B93 is #BBA46C. Grayscale: #5A5A5A. Windows color (decimal): -12297325 or 9657156. OLE color: 9657156.
HSL color Cylindrical-coordinate representation of color #445B93: hue angle of 222.53º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445B93 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 91 | 147 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.42 |
| HSL | 222.53º | 0.37% | 0.42% | - |
| HSV(B) | 222.53º | 0.54% | 0.58% | - |
| XYZ | 11.39 | 10.82 | 29.09 | - |
| YUV | 90.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 147 | 0.54 | 0.38 | 0 | 0.42 | 222.53 | 0.37 | 0.42 |
| Hex | 44 | 5B | 93 | 36 | 26 | 0 | 2A | DF | 25 | 2A |
| Octal | 104 | 133 | 223 | 66 | 46 | 0 | 52 | 337 | 45 | 52 |
| Binary | 1000100 | 1011011 | 10010011 | 110110 | 100110 | 0 | 101010 | 11011111 | 100101 | 101010 |
Color Harmonies of #445B93
Complementary color
Monochromatic Colors of #445B93
Black with #445B93
Text Example
Text Example
White with #445B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B93; }
p { color: rgb(68,91,147); }
H1.HeaderClassName
{
color: #445B93;
}
.AnyTagClassName
{
color: #445B93;
}
</style>
background-color css
<style>
a { background-color: #445B93; }
a { background-color: rgb(68,91,147); }
div.DivClassName
{
background-color: #445B93;
}
.BgClassName
{
background-color: #445B93;
}
</style>
border-color css
<style>
span { border-color: #445B93; }
span { border-color: rgb(68,91,147); }
td.TdClassName
{
border-color: #445B93;
}
.TagClassName
{
border-color: #445B93;
}
</style>