#709FA4

Color #709FA4 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #709FA4

Tints of Neptune #709FA4

Color information

#709FA4 (or 0x709FA4) is unknown color: approx 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

RGB112159164-
CMYK0.320.0300.36
HSL185.77º22.22%54.12%-
HSV(B)185.77º31.71%64.31%-
XYZ25.7830.9239.73-
YUV145.52138.43104.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=25.75%
G=36.55%
B=37.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121591640.320.0300.36185.7722.2254.12
Hex709FA4203024ba1636
Octal1602372444030442722666
Binary111000010011111101001001000001101001001011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>