Shades of Mariner #446CB0
Tints of Mariner #446CB0
RGB
CMYK
RGB Variations
Color information
#446CB0 (or 0x446CB0) is known color: Mariner. HEX triplet: 44, 6C and B0. RGB value is (68,108,176). Sum of RGB (Red+Green+Blue) = 68+108+176=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #446CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446CB0 is #BB934F. Grayscale: #676767. Windows color (decimal): -12292944 or 11562052. OLE color: 11562052.
HSL color Cylindrical-coordinate representation of color #446CB0: hue angle of 217.78º 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 #446CB0 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 108 | 176 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.31 |
| HSL | 217.78º | 0.44% | 0.48% | - |
| HSV(B) | 217.78º | 0.61% | 0.69% | - |
| XYZ | 15.58 | 15.09 | 43.17 | - |
| YUV | 103.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 176 | 0.61 | 0.39 | 0 | 0.31 | 217.78 | 0.44 | 0.48 |
| Hex | 44 | 6C | B0 | 3D | 27 | 0 | 1F | DA | 2C | 30 |
| Octal | 104 | 154 | 260 | 75 | 47 | 0 | 37 | 332 | 54 | 60 |
| Binary | 1000100 | 1101100 | 10110000 | 111101 | 100111 | 0 | 11111 | 11011010 | 101100 | 110000 |
Color Harmonies of #446CB0
Complementary color
Monochromatic Colors of #446CB0
Black with #446CB0
Text Example
Text Example
White with #446CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446CB0; }
p { color: rgb(68,108,176); }
H1.HeaderClassName
{
color: #446CB0;
}
.AnyTagClassName
{
color: #446CB0;
}
</style>
background-color css
<style>
a { background-color: #446CB0; }
a { background-color: rgb(68,108,176); }
div.DivClassName
{
background-color: #446CB0;
}
.BgClassName
{
background-color: #446CB0;
}
</style>
border-color css
<style>
span { border-color: #446CB0; }
span { border-color: rgb(68,108,176); }
td.TdClassName
{
border-color: #446CB0;
}
.TagClassName
{
border-color: #446CB0;
}
</style>