Shades of Mariner #445DB0
Tints of Mariner #445DB0
RGB
CMYK
RGB Variations
Color information
#445DB0 (or 0x445DB0) is known color: Mariner. HEX triplet: 44, 5D and B0. RGB value is (68,93,176). Sum of RGB (Red+Green+Blue) = 68+93+176=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #445DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DB0 is #BBA24F. Grayscale: #5E5E5E. Windows color (decimal): -12296784 or 11558212. OLE color: 11558212.
HSL color Cylindrical-coordinate representation of color #445DB0: hue angle of 226.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445DB0 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 93 | 176 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.31 |
| HSL | 226.11º | 0.44% | 0.48% | - |
| HSV(B) | 226.11º | 0.61% | 0.69% | - |
| XYZ | 14.13 | 12.19 | 42.68 | - |
| YUV | 94.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 176 | 0.61 | 0.47 | 0 | 0.31 | 226.11 | 0.44 | 0.48 |
| Hex | 44 | 5D | B0 | 3D | 2F | 0 | 1F | E2 | 2C | 30 |
| Octal | 104 | 135 | 260 | 75 | 57 | 0 | 37 | 342 | 54 | 60 |
| Binary | 1000100 | 1011101 | 10110000 | 111101 | 101111 | 0 | 11111 | 11100010 | 101100 | 110000 |
Color Harmonies of #445DB0
Complementary color
Monochromatic Colors of #445DB0
Black with #445DB0
Text Example
Text Example
White with #445DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DB0; }
p { color: rgb(68,93,176); }
H1.HeaderClassName
{
color: #445DB0;
}
.AnyTagClassName
{
color: #445DB0;
}
</style>
background-color css
<style>
a { background-color: #445DB0; }
a { background-color: rgb(68,93,176); }
div.DivClassName
{
background-color: #445DB0;
}
.BgClassName
{
background-color: #445DB0;
}
</style>
border-color css
<style>
span { border-color: #445DB0; }
span { border-color: rgb(68,93,176); }
td.TdClassName
{
border-color: #445DB0;
}
.TagClassName
{
border-color: #445DB0;
}
</style>