Shades of Neptune #739FA7
Tints of Neptune #739FA7
RGB
CMYK
RGB Variations
Color information
#739FA7 (or 0x739FA7) is known color: Neptune. HEX triplet: 73, 9F and A7. RGB value is (115,159,167). Sum of RGB (Red+Green+Blue) = 115+159+167=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 167 - color contains mainly: blue. Hex color #739FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FA7 is #8C6058. Grayscale: #929292. Windows color (decimal): -9199705 or 10985331. OLE color: 10985331.
HSL color Cylindrical-coordinate representation of color #739FA7: hue angle of 189.23º 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 #739FA7 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 159 | 167 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.35 |
| HSL | 189.23º | 0.23% | 0.55% | - |
| HSV(B) | 189.23º | 0.31% | 0.65% | - |
| XYZ | 26.44 | 31.23 | 41.19 | - |
| YUV | 146.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 167 | 0.31 | 0.05 | 0 | 0.35 | 189.23 | 0.23 | 0.55 |
| Hex | 73 | 9F | A7 | 1F | 5 | 0 | 23 | BD | 17 | 37 |
| Octal | 163 | 237 | 247 | 37 | 5 | 0 | 43 | 275 | 27 | 67 |
| Binary | 1110011 | 10011111 | 10100111 | 11111 | 101 | 0 | 100011 | 10111101 | 10111 | 110111 |
Color Harmonies of #739FA7
Complementary color
Monochromatic Colors of #739FA7
Black with #739FA7
Text Example
Text Example
White with #739FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FA7; }
p { color: rgb(115,159,167); }
H1.HeaderClassName
{
color: #739FA7;
}
.AnyTagClassName
{
color: #739FA7;
}
</style>
background-color css
<style>
a { background-color: #739FA7; }
a { background-color: rgb(115,159,167); }
div.DivClassName
{
background-color: #739FA7;
}
.BgClassName
{
background-color: #739FA7;
}
</style>
border-color css
<style>
span { border-color: #739FA7; }
span { border-color: rgb(115,159,167); }
td.TdClassName
{
border-color: #739FA7;
}
.TagClassName
{
border-color: #739FA7;
}
</style>