Shades of Neptune #709CA4
Tints of Neptune #709CA4
RGB
CMYK
RGB Variations
Color information
#709CA4 (or 0x709CA4) is known color: Neptune. HEX triplet: 70, 9C and A4. RGB value is (112,156,164). Sum of RGB (Red+Green+Blue) = 112+156+164=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #709CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CA4 is #8F635B. Grayscale: #8F8F8F. Windows color (decimal): -9397084 or 10787952. OLE color: 10787952.
HSL color Cylindrical-coordinate representation of color #709CA4: hue angle of 189.23º 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 #709CA4 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 156 | 164 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.36 |
| HSL | 189.23º | 0.22% | 0.54% | - |
| HSV(B) | 189.23º | 0.32% | 0.64% | - |
| XYZ | 25.27 | 29.9 | 39.56 | - |
| YUV | 143.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 164 | 0.32 | 0.05 | 0 | 0.36 | 189.23 | 0.22 | 0.54 |
| Hex | 70 | 9C | A4 | 20 | 5 | 0 | 24 | BD | 16 | 36 |
| Octal | 160 | 234 | 244 | 40 | 5 | 0 | 44 | 275 | 26 | 66 |
| Binary | 1110000 | 10011100 | 10100100 | 100000 | 101 | 0 | 100100 | 10111101 | 10110 | 110110 |
Color Harmonies of #709CA4
Complementary color
Monochromatic Colors of #709CA4
Black with #709CA4
Text Example
Text Example
White with #709CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CA4; }
p { color: rgb(112,156,164); }
H1.HeaderClassName
{
color: #709CA4;
}
.AnyTagClassName
{
color: #709CA4;
}
</style>
background-color css
<style>
a { background-color: #709CA4; }
a { background-color: rgb(112,156,164); }
div.DivClassName
{
background-color: #709CA4;
}
.BgClassName
{
background-color: #709CA4;
}
</style>
border-color css
<style>
span { border-color: #709CA4; }
span { border-color: rgb(112,156,164); }
td.TdClassName
{
border-color: #709CA4;
}
.TagClassName
{
border-color: #709CA4;
}
</style>