Shades of Neptune #739DA6
Tints of Neptune #739DA6
RGB
CMYK
RGB Variations
Color information
#739DA6 (or 0x739DA6) is known color: Neptune. HEX triplet: 73, 9D and A6. RGB value is (115,157,166). Sum of RGB (Red+Green+Blue) = 115+157+166=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 166 - color contains mainly: blue. Hex color #739DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DA6 is #8C6259. Grayscale: #919191. Windows color (decimal): -9200218 or 10919283. OLE color: 10919283.
HSL color Cylindrical-coordinate representation of color #739DA6: hue angle of 190.59º degrees, saturation: 0.22, 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 #739DA6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 157 | 166 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.35 |
| HSL | 190.59º | 0.22% | 0.55% | - |
| HSV(B) | 190.59º | 0.31% | 0.65% | - |
| XYZ | 26.01 | 30.51 | 40.59 | - |
| YUV | 145.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 166 | 0.31 | 0.05 | 0 | 0.35 | 190.59 | 0.22 | 0.55 |
| Hex | 73 | 9D | A6 | 1F | 5 | 0 | 23 | BF | 16 | 37 |
| Octal | 163 | 235 | 246 | 37 | 5 | 0 | 43 | 277 | 26 | 67 |
| Binary | 1110011 | 10011101 | 10100110 | 11111 | 101 | 0 | 100011 | 10111111 | 10110 | 110111 |
Color Harmonies of #739DA6
Complementary color
Monochromatic Colors of #739DA6
Black with #739DA6
Text Example
Text Example
White with #739DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DA6; }
p { color: rgb(115,157,166); }
H1.HeaderClassName
{
color: #739DA6;
}
.AnyTagClassName
{
color: #739DA6;
}
</style>
background-color css
<style>
a { background-color: #739DA6; }
a { background-color: rgb(115,157,166); }
div.DivClassName
{
background-color: #739DA6;
}
.BgClassName
{
background-color: #739DA6;
}
</style>
border-color css
<style>
span { border-color: #739DA6; }
span { border-color: rgb(115,157,166); }
td.TdClassName
{
border-color: #739DA6;
}
.TagClassName
{
border-color: #739DA6;
}
</style>