Shades of Neptune #739CA2
Tints of Neptune #739CA2
RGB
CMYK
RGB Variations
Color information
#739CA2 (or 0x739CA2) is known color: Neptune. HEX triplet: 73, 9C and A2. RGB value is (115,156,162). Sum of RGB (Red+Green+Blue) = 115+156+162=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #739CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CA2 is #8C635D. Grayscale: #909090. Windows color (decimal): -9200478 or 10656883. OLE color: 10656883.
HSL color Cylindrical-coordinate representation of color #739CA2: hue angle of 187.66º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739CA2 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 156 | 162 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.36 |
| HSL | 187.66º | 0.2% | 0.54% | - |
| HSV(B) | 187.66º | 0.29% | 0.64% | - |
| XYZ | 25.48 | 30.03 | 38.64 | - |
| YUV | 144.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 162 | 0.29 | 0.04 | 0 | 0.36 | 187.66 | 0.2 | 0.54 |
| Hex | 73 | 9C | A2 | 1D | 4 | 0 | 24 | BC | 14 | 36 |
| Octal | 163 | 234 | 242 | 35 | 4 | 0 | 44 | 274 | 24 | 66 |
| Binary | 1110011 | 10011100 | 10100010 | 11101 | 100 | 0 | 100100 | 10111100 | 10100 | 110110 |
Color Harmonies of #739CA2
Complementary color
Monochromatic Colors of #739CA2
Black with #739CA2
Text Example
Text Example
White with #739CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CA2; }
p { color: rgb(115,156,162); }
H1.HeaderClassName
{
color: #739CA2;
}
.AnyTagClassName
{
color: #739CA2;
}
</style>
background-color css
<style>
a { background-color: #739CA2; }
a { background-color: rgb(115,156,162); }
div.DivClassName
{
background-color: #739CA2;
}
.BgClassName
{
background-color: #739CA2;
}
</style>
border-color css
<style>
span { border-color: #739CA2; }
span { border-color: rgb(115,156,162); }
td.TdClassName
{
border-color: #739CA2;
}
.TagClassName
{
border-color: #739CA2;
}
</style>