#739FA5

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

Shades of Neptune #739FA5

Tints of Neptune #739FA5

Color information

#739FA5 (or 0x739FA5) is unknown color: approx Neptune. HEX triplet: 73, 9F and A5. RGB value is (115,159,165). Sum of RGB (Red+Green+Blue) = 115+159+165=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #739FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FA5 is #8C605A. Grayscale: #929292. Windows color (decimal): -9199707 or 10854259. OLE color: 10854259.

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

Color convert

RGB115159165-
CMYK0.300.0400.35
HSL187.2º21.74%54.9%-
HSV(B)187.2º30.3%64.71%-
XYZ26.2631.1640.23-
YUV146.53138.42105.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.20%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=26.20%
G=36.22%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151591650.300.0400.35187.221.7454.9
Hex739FA51E4023bb1637
Octal1632372453640432732667
Binary111001110011111101001011111010001000111011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,159,165); }

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

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

 a { background-color: rgb(115,159,165); }

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

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

 span { border-color: rgb(115,159,165); }

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