Shades of Neptune #709FA4
Tints of Neptune #709FA4
RGB
CMYK
RGB Variations
Color information
#709FA4 (or 0x709FA4) is known color: Neptune. HEX triplet: 70, 9F and A4. RGB value is (112,159,164). Sum of RGB (Red+Green+Blue) = 112+159+164=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #709FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FA4 is #8F605B. Grayscale: #919191. Windows color (decimal): -9396316 or 10788720. OLE color: 10788720.
HSL color Cylindrical-coordinate representation of color #709FA4: hue angle of 185.77º 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 #709FA4 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 159 | 164 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.36 |
| HSL | 185.77º | 0.22% | 0.54% | - |
| HSV(B) | 185.77º | 0.32% | 0.64% | - |
| XYZ | 25.78 | 30.92 | 39.73 | - |
| YUV | 145.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 164 | 0.32 | 0.03 | 0 | 0.36 | 185.77 | 0.22 | 0.54 |
| Hex | 70 | 9F | A4 | 20 | 3 | 0 | 24 | BA | 16 | 36 |
| Octal | 160 | 237 | 244 | 40 | 3 | 0 | 44 | 272 | 26 | 66 |
| Binary | 1110000 | 10011111 | 10100100 | 100000 | 11 | 0 | 100100 | 10111010 | 10110 | 110110 |
Color Harmonies of #709FA4
Complementary color
Monochromatic Colors of #709FA4
Black with #709FA4
Text Example
Text Example
White with #709FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FA4; }
p { color: rgb(112,159,164); }
H1.HeaderClassName
{
color: #709FA4;
}
.AnyTagClassName
{
color: #709FA4;
}
</style>
background-color css
<style>
a { background-color: #709FA4; }
a { background-color: rgb(112,159,164); }
div.DivClassName
{
background-color: #709FA4;
}
.BgClassName
{
background-color: #709FA4;
}
</style>
border-color css
<style>
span { border-color: #709FA4; }
span { border-color: rgb(112,159,164); }
td.TdClassName
{
border-color: #709FA4;
}
.TagClassName
{
border-color: #709FA4;
}
</style>