Shades of Neptune #739EA7
Tints of Neptune #739EA7
RGB
CMYK
RGB Variations
Color information
#739EA7 (or 0x739EA7) is known color: Neptune. HEX triplet: 73, 9E and A7. RGB value is (115,158,167). Sum of RGB (Red+Green+Blue) = 115+158+167=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #739EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EA7 is #8C6158. Grayscale: #929292. Windows color (decimal): -9199961 or 10985075. OLE color: 10985075.
HSL color Cylindrical-coordinate representation of color #739EA7: hue angle of 190.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #739EA7 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 158 | 167 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.35 |
| HSL | 190.38º | 0.23% | 0.55% | - |
| HSV(B) | 190.38º | 0.31% | 0.65% | - |
| XYZ | 26.27 | 30.89 | 41.14 | - |
| YUV | 146.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 167 | 0.31 | 0.05 | 0 | 0.35 | 190.38 | 0.23 | 0.55 |
| Hex | 73 | 9E | A7 | 1F | 5 | 0 | 23 | BE | 17 | 37 |
| Octal | 163 | 236 | 247 | 37 | 5 | 0 | 43 | 276 | 27 | 67 |
| Binary | 1110011 | 10011110 | 10100111 | 11111 | 101 | 0 | 100011 | 10111110 | 10111 | 110111 |
Color Harmonies of #739EA7
Complementary color
Monochromatic Colors of #739EA7
Black with #739EA7
Text Example
Text Example
White with #739EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EA7; }
p { color: rgb(115,158,167); }
H1.HeaderClassName
{
color: #739EA7;
}
.AnyTagClassName
{
color: #739EA7;
}
</style>
background-color css
<style>
a { background-color: #739EA7; }
a { background-color: rgb(115,158,167); }
div.DivClassName
{
background-color: #739EA7;
}
.BgClassName
{
background-color: #739EA7;
}
</style>
border-color css
<style>
span { border-color: #739EA7; }
span { border-color: rgb(115,158,167); }
td.TdClassName
{
border-color: #739EA7;
}
.TagClassName
{
border-color: #739EA7;
}
</style>