Shades of Neptune #739FAD
Tints of Neptune #739FAD
RGB
CMYK
RGB Variations
Color information
#739FAD (or 0x739FAD) is known color: Neptune. HEX triplet: 73, 9F and AD. RGB value is (115,159,173). Sum of RGB (Red+Green+Blue) = 115+159+173=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #739FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAD is #8C6052. Grayscale: #939393. Windows color (decimal): -9199699 or 11378547. OLE color: 11378547.
HSL color Cylindrical-coordinate representation of color #739FAD: hue angle of 194.48º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #739FAD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 159 | 173 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.32 |
| HSL | 194.48º | 0.26% | 0.56% | - |
| HSV(B) | 194.48º | 0.34% | 0.68% | - |
| XYZ | 27.01 | 31.46 | 44.18 | - |
| YUV | 147.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 173 | 0.34 | 0.08 | 0 | 0.32 | 194.48 | 0.26 | 0.56 |
| Hex | 73 | 9F | AD | 22 | 8 | 0 | 20 | C2 | 1A | 38 |
| Octal | 163 | 237 | 255 | 42 | 10 | 0 | 40 | 302 | 32 | 70 |
| Binary | 1110011 | 10011111 | 10101101 | 100010 | 1000 | 0 | 100000 | 11000010 | 11010 | 111000 |
Color Harmonies of #739FAD
Complementary color
Monochromatic Colors of #739FAD
Black with #739FAD
Text Example
Text Example
White with #739FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FAD; }
p { color: rgb(115,159,173); }
H1.HeaderClassName
{
color: #739FAD;
}
.AnyTagClassName
{
color: #739FAD;
}
</style>
background-color css
<style>
a { background-color: #739FAD; }
a { background-color: rgb(115,159,173); }
div.DivClassName
{
background-color: #739FAD;
}
.BgClassName
{
background-color: #739FAD;
}
</style>
border-color css
<style>
span { border-color: #739FAD; }
span { border-color: rgb(115,159,173); }
td.TdClassName
{
border-color: #739FAD;
}
.TagClassName
{
border-color: #739FAD;
}
</style>