Shades of Neptune #739FAB
Tints of Neptune #739FAB
RGB
CMYK
RGB Variations
Color information
#739FAB (or 0x739FAB) is known color: Neptune. HEX triplet: 73, 9F and AB. RGB value is (115,159,171). Sum of RGB (Red+Green+Blue) = 115+159+171=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #739FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAB is #8C6054. Grayscale: #939393. Windows color (decimal): -9199701 or 11247475. OLE color: 11247475.
HSL color Cylindrical-coordinate representation of color #739FAB: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739FAB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 159 | 171 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.33 |
| HSL | 192.86º | 0.25% | 0.56% | - |
| HSV(B) | 192.86º | 0.33% | 0.67% | - |
| XYZ | 26.82 | 31.38 | 43.17 | - |
| YUV | 147.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 171 | 0.33 | 0.07 | 0 | 0.33 | 192.86 | 0.25 | 0.56 |
| Hex | 73 | 9F | AB | 21 | 7 | 0 | 21 | C1 | 19 | 38 |
| Octal | 163 | 237 | 253 | 41 | 7 | 0 | 41 | 301 | 31 | 70 |
| Binary | 1110011 | 10011111 | 10101011 | 100001 | 111 | 0 | 100001 | 11000001 | 11001 | 111000 |
Color Harmonies of #739FAB
Complementary color
Monochromatic Colors of #739FAB
Black with #739FAB
Text Example
Text Example
White with #739FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FAB; }
p { color: rgb(115,159,171); }
H1.HeaderClassName
{
color: #739FAB;
}
.AnyTagClassName
{
color: #739FAB;
}
</style>
background-color css
<style>
a { background-color: #739FAB; }
a { background-color: rgb(115,159,171); }
div.DivClassName
{
background-color: #739FAB;
}
.BgClassName
{
background-color: #739FAB;
}
</style>
border-color css
<style>
span { border-color: #739FAB; }
span { border-color: rgb(115,159,171); }
td.TdClassName
{
border-color: #739FAB;
}
.TagClassName
{
border-color: #739FAB;
}
</style>