Shades of Neptune #709EA4
Tints of Neptune #709EA4
RGB
CMYK
RGB Variations
Color information
#709EA4 (or 0x709EA4) is known color: Neptune. HEX triplet: 70, 9E and A4. RGB value is (112,158,164). Sum of RGB (Red+Green+Blue) = 112+158+164=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #709EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EA4 is #8F615B. Grayscale: #909090. Windows color (decimal): -9396572 or 10788464. OLE color: 10788464.
HSL color Cylindrical-coordinate representation of color #709EA4: hue angle of 186.92º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709EA4 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 158 | 164 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.36 |
| HSL | 186.92º | 0.22% | 0.54% | - |
| HSV(B) | 186.92º | 0.32% | 0.64% | - |
| XYZ | 25.61 | 30.58 | 39.67 | - |
| YUV | 144.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 164 | 0.32 | 0.04 | 0 | 0.36 | 186.92 | 0.22 | 0.54 |
| Hex | 70 | 9E | A4 | 20 | 4 | 0 | 24 | BB | 16 | 36 |
| Octal | 160 | 236 | 244 | 40 | 4 | 0 | 44 | 273 | 26 | 66 |
| Binary | 1110000 | 10011110 | 10100100 | 100000 | 100 | 0 | 100100 | 10111011 | 10110 | 110110 |
Color Harmonies of #709EA4
Complementary color
Monochromatic Colors of #709EA4
Black with #709EA4
Text Example
Text Example
White with #709EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EA4; }
p { color: rgb(112,158,164); }
H1.HeaderClassName
{
color: #709EA4;
}
.AnyTagClassName
{
color: #709EA4;
}
</style>
background-color css
<style>
a { background-color: #709EA4; }
a { background-color: rgb(112,158,164); }
div.DivClassName
{
background-color: #709EA4;
}
.BgClassName
{
background-color: #709EA4;
}
</style>
border-color css
<style>
span { border-color: #709EA4; }
span { border-color: rgb(112,158,164); }
td.TdClassName
{
border-color: #709EA4;
}
.TagClassName
{
border-color: #709EA4;
}
</style>