Shades of Neptune #709BA2
Tints of Neptune #709BA2
RGB
CMYK
RGB Variations
Color information
#709BA2 (or 0x709BA2) is known color: Neptune. HEX triplet: 70, 9B and A2. RGB value is (112,155,162). Sum of RGB (Red+Green+Blue) = 112+155+162=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #709BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BA2 is #8F645D. Grayscale: #8E8E8E. Windows color (decimal): -9397342 or 10656624. OLE color: 10656624.
HSL color Cylindrical-coordinate representation of color #709BA2: hue angle of 188.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709BA2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 155 | 162 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.36 |
| HSL | 188.4º | 0.21% | 0.54% | - |
| HSV(B) | 188.4º | 0.31% | 0.64% | - |
| XYZ | 24.93 | 29.5 | 38.56 | - |
| YUV | 142.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 162 | 0.31 | 0.04 | 0 | 0.36 | 188.4 | 0.21 | 0.54 |
| Hex | 70 | 9B | A2 | 1F | 4 | 0 | 24 | BC | 15 | 36 |
| Octal | 160 | 233 | 242 | 37 | 4 | 0 | 44 | 274 | 25 | 66 |
| Binary | 1110000 | 10011011 | 10100010 | 11111 | 100 | 0 | 100100 | 10111100 | 10101 | 110110 |
Color Harmonies of #709BA2
Complementary color
Monochromatic Colors of #709BA2
Black with #709BA2
Text Example
Text Example
White with #709BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BA2; }
p { color: rgb(112,155,162); }
H1.HeaderClassName
{
color: #709BA2;
}
.AnyTagClassName
{
color: #709BA2;
}
</style>
background-color css
<style>
a { background-color: #709BA2; }
a { background-color: rgb(112,155,162); }
div.DivClassName
{
background-color: #709BA2;
}
.BgClassName
{
background-color: #709BA2;
}
</style>
border-color css
<style>
span { border-color: #709BA2; }
span { border-color: rgb(112,155,162); }
td.TdClassName
{
border-color: #709BA2;
}
.TagClassName
{
border-color: #709BA2;
}
</style>