Shades of Mariner #4370AD
Tints of Mariner #4370AD
RGB
CMYK
RGB Variations
Color information
#4370AD (or 0x4370AD) is known color: Mariner. HEX triplet: 43, 70 and AD. RGB value is (67,112,173). Sum of RGB (Red+Green+Blue) = 67+112+173=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #4370AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370AD is #BC8F52. Grayscale: #696969. Windows color (decimal): -12357459 or 11366467. OLE color: 11366467.
HSL color Cylindrical-coordinate representation of color #4370AD: hue angle of 214.53º 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 #4370AD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 112 | 173 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.32 |
| HSL | 214.53º | 0.44% | 0.47% | - |
| HSV(B) | 214.53º | 0.61% | 0.68% | - |
| XYZ | 15.65 | 15.8 | 41.76 | - |
| YUV | 105.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 173 | 0.61 | 0.35 | 0 | 0.32 | 214.53 | 0.44 | 0.47 |
| Hex | 43 | 70 | AD | 3D | 23 | 0 | 20 | D7 | 2C | 2F |
| Octal | 103 | 160 | 255 | 75 | 43 | 0 | 40 | 327 | 54 | 57 |
| Binary | 1000011 | 1110000 | 10101101 | 111101 | 100011 | 0 | 100000 | 11010111 | 101100 | 101111 |
Color Harmonies of #4370AD
Complementary color
Monochromatic Colors of #4370AD
Black with #4370AD
Text Example
Text Example
White with #4370AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4370AD; }
p { color: rgb(67,112,173); }
H1.HeaderClassName
{
color: #4370AD;
}
.AnyTagClassName
{
color: #4370AD;
}
</style>
background-color css
<style>
a { background-color: #4370AD; }
a { background-color: rgb(67,112,173); }
div.DivClassName
{
background-color: #4370AD;
}
.BgClassName
{
background-color: #4370AD;
}
</style>
border-color css
<style>
span { border-color: #4370AD; }
span { border-color: rgb(67,112,173); }
td.TdClassName
{
border-color: #4370AD;
}
.TagClassName
{
border-color: #4370AD;
}
</style>