Shades of Mariner #446DB4
Tints of Mariner #446DB4
RGB
CMYK
RGB Variations
Color information
#446DB4 (or 0x446DB4) is known color: Mariner. HEX triplet: 44, 6D and B4. RGB value is (68,109,180). Sum of RGB (Red+Green+Blue) = 68+109+180=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #446DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DB4 is #BB924B. Grayscale: #686868. Windows color (decimal): -12292684 or 11824452. OLE color: 11824452.
HSL color Cylindrical-coordinate representation of color #446DB4: hue angle of 218.04º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446DB4 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 109 | 180 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.29 |
| HSL | 218.04º | 0.45% | 0.49% | - |
| HSV(B) | 218.04º | 0.62% | 0.71% | - |
| XYZ | 16.09 | 15.46 | 45.32 | - |
| YUV | 104.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 180 | 0.62 | 0.39 | 0 | 0.29 | 218.04 | 0.45 | 0.49 |
| Hex | 44 | 6D | B4 | 3E | 27 | 0 | 1D | DA | 2D | 31 |
| Octal | 104 | 155 | 264 | 76 | 47 | 0 | 35 | 332 | 55 | 61 |
| Binary | 1000100 | 1101101 | 10110100 | 111110 | 100111 | 0 | 11101 | 11011010 | 101101 | 110001 |
Color Harmonies of #446DB4
Complementary color
Monochromatic Colors of #446DB4
Black with #446DB4
Text Example
Text Example
White with #446DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DB4; }
p { color: rgb(68,109,180); }
H1.HeaderClassName
{
color: #446DB4;
}
.AnyTagClassName
{
color: #446DB4;
}
</style>
background-color css
<style>
a { background-color: #446DB4; }
a { background-color: rgb(68,109,180); }
div.DivClassName
{
background-color: #446DB4;
}
.BgClassName
{
background-color: #446DB4;
}
</style>
border-color css
<style>
span { border-color: #446DB4; }
span { border-color: rgb(68,109,180); }
td.TdClassName
{
border-color: #446DB4;
}
.TagClassName
{
border-color: #446DB4;
}
</style>