Shades of Neptune #709AA4
Tints of Neptune #709AA4
RGB
CMYK
RGB Variations
Color information
#709AA4 (or 0x709AA4) is known color: Neptune. HEX triplet: 70, 9A and A4. RGB value is (112,154,164). Sum of RGB (Red+Green+Blue) = 112+154+164=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #709AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AA4 is #8F655B. Grayscale: #8E8E8E. Windows color (decimal): -9397596 or 10787440. OLE color: 10787440.
HSL color Cylindrical-coordinate representation of color #709AA4: hue angle of 191.54º 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 #709AA4 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 154 | 164 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.36 |
| HSL | 191.54º | 0.22% | 0.54% | - |
| HSV(B) | 191.54º | 0.32% | 0.64% | - |
| XYZ | 24.94 | 29.24 | 39.45 | - |
| YUV | 142.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 164 | 0.32 | 0.06 | 0 | 0.36 | 191.54 | 0.22 | 0.54 |
| Hex | 70 | 9A | A4 | 20 | 6 | 0 | 24 | C0 | 16 | 36 |
| Octal | 160 | 232 | 244 | 40 | 6 | 0 | 44 | 300 | 26 | 66 |
| Binary | 1110000 | 10011010 | 10100100 | 100000 | 110 | 0 | 100100 | 11000000 | 10110 | 110110 |
Color Harmonies of #709AA4
Complementary color
Monochromatic Colors of #709AA4
Black with #709AA4
Text Example
Text Example
White with #709AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AA4; }
p { color: rgb(112,154,164); }
H1.HeaderClassName
{
color: #709AA4;
}
.AnyTagClassName
{
color: #709AA4;
}
</style>
background-color css
<style>
a { background-color: #709AA4; }
a { background-color: rgb(112,154,164); }
div.DivClassName
{
background-color: #709AA4;
}
.BgClassName
{
background-color: #709AA4;
}
</style>
border-color css
<style>
span { border-color: #709AA4; }
span { border-color: rgb(112,154,164); }
td.TdClassName
{
border-color: #709AA4;
}
.TagClassName
{
border-color: #709AA4;
}
</style>