Shades of Neptune #739AA3
Tints of Neptune #739AA3
RGB
CMYK
RGB Variations
Color information
#739AA3 (or 0x739AA3) is known color: Neptune. HEX triplet: 73, 9A and A3. RGB value is (115,154,163). Sum of RGB (Red+Green+Blue) = 115+154+163=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #739AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA3 is #8C655C. Grayscale: #8F8F8F. Windows color (decimal): -9200989 or 10721907. OLE color: 10721907.
HSL color Cylindrical-coordinate representation of color #739AA3: hue angle of 191.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739AA3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 154 | 163 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.36 |
| HSL | 191.25º | 0.21% | 0.55% | - |
| HSV(B) | 191.25º | 0.29% | 0.64% | - |
| XYZ | 25.24 | 29.4 | 39 | - |
| YUV | 143.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 163 | 0.29 | 0.06 | 0 | 0.36 | 191.25 | 0.21 | 0.55 |
| Hex | 73 | 9A | A3 | 1D | 6 | 0 | 24 | BF | 15 | 37 |
| Octal | 163 | 232 | 243 | 35 | 6 | 0 | 44 | 277 | 25 | 67 |
| Binary | 1110011 | 10011010 | 10100011 | 11101 | 110 | 0 | 100100 | 10111111 | 10101 | 110111 |
Color Harmonies of #739AA3
Complementary color
Monochromatic Colors of #739AA3
Black with #739AA3
Text Example
Text Example
White with #739AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AA3; }
p { color: rgb(115,154,163); }
H1.HeaderClassName
{
color: #739AA3;
}
.AnyTagClassName
{
color: #739AA3;
}
</style>
background-color css
<style>
a { background-color: #739AA3; }
a { background-color: rgb(115,154,163); }
div.DivClassName
{
background-color: #739AA3;
}
.BgClassName
{
background-color: #739AA3;
}
</style>
border-color css
<style>
span { border-color: #739AA3; }
span { border-color: rgb(115,154,163); }
td.TdClassName
{
border-color: #739AA3;
}
.TagClassName
{
border-color: #739AA3;
}
</style>