Shades of Mariner #4461AD
Tints of Mariner #4461AD
RGB
CMYK
RGB Variations
Color information
#4461AD (or 0x4461AD) is known color: Mariner. HEX triplet: 44, 61 and AD. RGB value is (68,97,173). Sum of RGB (Red+Green+Blue) = 68+97+173=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #4461AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4461AD is #BB9E52. Grayscale: #606060. Windows color (decimal): -12295763 or 11362628. OLE color: 11362628.
HSL color Cylindrical-coordinate representation of color #4461AD: hue angle of 223.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4461AD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 97 | 173 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.32 |
| HSL | 223.43º | 0.44% | 0.47% | - |
| HSV(B) | 223.43º | 0.61% | 0.68% | - |
| XYZ | 14.2 | 12.8 | 41.26 | - |
| YUV | 96.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 173 | 0.61 | 0.44 | 0 | 0.32 | 223.43 | 0.44 | 0.47 |
| Hex | 44 | 61 | AD | 3D | 2C | 0 | 20 | DF | 2C | 2F |
| Octal | 104 | 141 | 255 | 75 | 54 | 0 | 40 | 337 | 54 | 57 |
| Binary | 1000100 | 1100001 | 10101101 | 111101 | 101100 | 0 | 100000 | 11011111 | 101100 | 101111 |
Color Harmonies of #4461AD
Complementary color
Monochromatic Colors of #4461AD
Black with #4461AD
Text Example
Text Example
White with #4461AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4461AD; }
p { color: rgb(68,97,173); }
H1.HeaderClassName
{
color: #4461AD;
}
.AnyTagClassName
{
color: #4461AD;
}
</style>
background-color css
<style>
a { background-color: #4461AD; }
a { background-color: rgb(68,97,173); }
div.DivClassName
{
background-color: #4461AD;
}
.BgClassName
{
background-color: #4461AD;
}
</style>
border-color css
<style>
span { border-color: #4461AD; }
span { border-color: rgb(68,97,173); }
td.TdClassName
{
border-color: #4461AD;
}
.TagClassName
{
border-color: #4461AD;
}
</style>