Shades of Mariner #445DAB
Tints of Mariner #445DAB
RGB
CMYK
RGB Variations
Color information
#445DAB (or 0x445DAB) is known color: Mariner. HEX triplet: 44, 5D and AB. RGB value is (68,93,171). Sum of RGB (Red+Green+Blue) = 68+93+171=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #445DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DAB is #BBA254. Grayscale: #5E5E5E. Windows color (decimal): -12296789 or 11230532. OLE color: 11230532.
HSL color Cylindrical-coordinate representation of color #445DAB: hue angle of 225.44º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445DAB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 93 | 171 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.33 |
| HSL | 225.44º | 0.43% | 0.47% | - |
| HSV(B) | 225.44º | 0.6% | 0.67% | - |
| XYZ | 13.65 | 12 | 40.12 | - |
| YUV | 94.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 171 | 0.60 | 0.46 | 0 | 0.33 | 225.44 | 0.43 | 0.47 |
| Hex | 44 | 5D | AB | 3C | 2E | 0 | 21 | E1 | 2B | 2F |
| Octal | 104 | 135 | 253 | 74 | 56 | 0 | 41 | 341 | 53 | 57 |
| Binary | 1000100 | 1011101 | 10101011 | 111100 | 101110 | 0 | 100001 | 11100001 | 101011 | 101111 |
Color Harmonies of #445DAB
Complementary color
Monochromatic Colors of #445DAB
Black with #445DAB
Text Example
Text Example
White with #445DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DAB; }
p { color: rgb(68,93,171); }
H1.HeaderClassName
{
color: #445DAB;
}
.AnyTagClassName
{
color: #445DAB;
}
</style>
background-color css
<style>
a { background-color: #445DAB; }
a { background-color: rgb(68,93,171); }
div.DivClassName
{
background-color: #445DAB;
}
.BgClassName
{
background-color: #445DAB;
}
</style>
border-color css
<style>
span { border-color: #445DAB; }
span { border-color: rgb(68,93,171); }
td.TdClassName
{
border-color: #445DAB;
}
.TagClassName
{
border-color: #445DAB;
}
</style>