Shades of Mariner #445A9B
Tints of Mariner #445A9B
RGB
CMYK
RGB Variations
Color information
#445A9B (or 0x445A9B) is known color: Mariner. HEX triplet: 44, 5A and 9B. RGB value is (68,90,155). Sum of RGB (Red+Green+Blue) = 68+90+155=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #445A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A9B is #BBA564. Grayscale: #5A5A5A. Windows color (decimal): -12297573 or 10181188. OLE color: 10181188.
HSL color Cylindrical-coordinate representation of color #445A9B: hue angle of 224.83º 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 #445A9B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 90 | 155 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.39 |
| HSL | 224.83º | 0.39% | 0.44% | - |
| HSV(B) | 224.83º | 0.56% | 0.61% | - |
| XYZ | 11.96 | 10.91 | 32.49 | - |
| YUV | 90.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 155 | 0.56 | 0.42 | 0 | 0.39 | 224.83 | 0.39 | 0.44 |
| Hex | 44 | 5A | 9B | 38 | 2A | 0 | 27 | E1 | 27 | 2C |
| Octal | 104 | 132 | 233 | 70 | 52 | 0 | 47 | 341 | 47 | 54 |
| Binary | 1000100 | 1011010 | 10011011 | 111000 | 101010 | 0 | 100111 | 11100001 | 100111 | 101100 |
Color Harmonies of #445A9B
Complementary color
Monochromatic Colors of #445A9B
Black with #445A9B
Text Example
Text Example
White with #445A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A9B; }
p { color: rgb(68,90,155); }
H1.HeaderClassName
{
color: #445A9B;
}
.AnyTagClassName
{
color: #445A9B;
}
</style>
background-color css
<style>
a { background-color: #445A9B; }
a { background-color: rgb(68,90,155); }
div.DivClassName
{
background-color: #445A9B;
}
.BgClassName
{
background-color: #445A9B;
}
</style>
border-color css
<style>
span { border-color: #445A9B; }
span { border-color: rgb(68,90,155); }
td.TdClassName
{
border-color: #445A9B;
}
.TagClassName
{
border-color: #445A9B;
}
</style>