Shades of Mariner #445A9E
Tints of Mariner #445A9E
RGB
CMYK
RGB Variations
Color information
#445A9E (or 0x445A9E) is known color: Mariner. HEX triplet: 44, 5A and 9E. RGB value is (68,90,158). Sum of RGB (Red+Green+Blue) = 68+90+158=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #445A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A9E is #BBA561. Grayscale: #5A5A5A. Windows color (decimal): -12297570 or 10377796. OLE color: 10377796.
HSL color Cylindrical-coordinate representation of color #445A9E: hue angle of 225.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445A9E is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 90 | 158 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.38 |
| HSL | 225.33º | 0.4% | 0.44% | - |
| HSV(B) | 225.33º | 0.57% | 0.62% | - |
| XYZ | 12.21 | 11.01 | 33.83 | - |
| YUV | 91.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 158 | 0.57 | 0.43 | 0 | 0.38 | 225.33 | 0.4 | 0.44 |
| Hex | 44 | 5A | 9E | 39 | 2B | 0 | 26 | E1 | 28 | 2C |
| Octal | 104 | 132 | 236 | 71 | 53 | 0 | 46 | 341 | 50 | 54 |
| Binary | 1000100 | 1011010 | 10011110 | 111001 | 101011 | 0 | 100110 | 11100001 | 101000 | 101100 |
Color Harmonies of #445A9E
Complementary color
Monochromatic Colors of #445A9E
Black with #445A9E
Text Example
Text Example
White with #445A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A9E; }
p { color: rgb(68,90,158); }
H1.HeaderClassName
{
color: #445A9E;
}
.AnyTagClassName
{
color: #445A9E;
}
</style>
background-color css
<style>
a { background-color: #445A9E; }
a { background-color: rgb(68,90,158); }
div.DivClassName
{
background-color: #445A9E;
}
.BgClassName
{
background-color: #445A9E;
}
</style>
border-color css
<style>
span { border-color: #445A9E; }
span { border-color: rgb(68,90,158); }
td.TdClassName
{
border-color: #445A9E;
}
.TagClassName
{
border-color: #445A9E;
}
</style>