Shades of Mariner #4460A7
Tints of Mariner #4460A7
RGB
CMYK
RGB Variations
Color information
#4460A7 (or 0x4460A7) is known color: Mariner. HEX triplet: 44, 60 and A7. RGB value is (68,96,167). Sum of RGB (Red+Green+Blue) = 68+96+167=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #4460A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4460A7 is #BB9F58. Grayscale: #5F5F5F. Windows color (decimal): -12296025 or 10969156. OLE color: 10969156.
HSL color Cylindrical-coordinate representation of color #4460A7: hue angle of 223.03º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4460A7 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 96 | 167 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.35 |
| HSL | 223.03º | 0.42% | 0.46% | - |
| HSV(B) | 223.03º | 0.59% | 0.65% | - |
| XYZ | 13.54 | 12.38 | 38.24 | - |
| YUV | 95.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 167 | 0.59 | 0.43 | 0 | 0.35 | 223.03 | 0.42 | 0.46 |
| Hex | 44 | 60 | A7 | 3B | 2B | 0 | 23 | DF | 2A | 2E |
| Octal | 104 | 140 | 247 | 73 | 53 | 0 | 43 | 337 | 52 | 56 |
| Binary | 1000100 | 1100000 | 10100111 | 111011 | 101011 | 0 | 100011 | 11011111 | 101010 | 101110 |
Color Harmonies of #4460A7
Complementary color
Monochromatic Colors of #4460A7
Black with #4460A7
Text Example
Text Example
White with #4460A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4460A7; }
p { color: rgb(68,96,167); }
H1.HeaderClassName
{
color: #4460A7;
}
.AnyTagClassName
{
color: #4460A7;
}
</style>
background-color css
<style>
a { background-color: #4460A7; }
a { background-color: rgb(68,96,167); }
div.DivClassName
{
background-color: #4460A7;
}
.BgClassName
{
background-color: #4460A7;
}
</style>
border-color css
<style>
span { border-color: #4460A7; }
span { border-color: rgb(68,96,167); }
td.TdClassName
{
border-color: #4460A7;
}
.TagClassName
{
border-color: #4460A7;
}
</style>