#739EA4

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

Shades of Neptune #739EA4

Tints of Neptune #739EA4

Color information

#739EA4 (or 0x739EA4) is unknown color: approx Neptune. HEX triplet: 73, 9E and A4. RGB value is (115,158,164). Sum of RGB (Red+Green+Blue) = 115+158+164=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #739EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EA4 is #8C615B. Grayscale: #919191. Windows color (decimal): -9199964 or 10788467. OLE color: 10788467.

HSL color Cylindrical-coordinate representation of color #739EA4: hue angle of 187.35º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739EA4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115158164-
CMYK0.300.0400.36
HSL187.35º21.21%54.71%-
HSV(B)187.35º29.88%64.31%-
XYZ2630.7839.69-
YUV145.83138.25106.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=26.32%
G=36.16%
B=37.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151581640.300.0400.36187.3521.2154.71
Hex739EA41E4024bb1537
Octal1632362443640442732567
Binary111001110011110101001001111010001001001011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739EA4; }

 p { color: rgb(115,158,164); }

 H1.HeaderClassName
 {
   color: #739EA4;
 }
 .AnyTagClassName
 {
   color: #739EA4;
 }
</style>
background-color css

<style>
 a { background-color: #739EA4; }

 a { background-color: rgb(115,158,164); }

 div.DivClassName
 {
   background-color: #739EA4;
 }
 .BgClassName
 {
   background-color: #739EA4;
 }
</style>
border-color css

<style>
 span { border-color: #739EA4; }

 span { border-color: rgb(115,158,164); }

 td.TdClassName
 {
   border-color: #739EA4;
 }
 .TagClassName
 {
   border-color: #739EA4;
 }
</style>