#739FAB

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

Shades of Neptune #739FAB

Tints of Neptune #739FAB

Color information

#739FAB (or 0x739FAB) is unknown color: approx Neptune. HEX triplet: 73, 9F and AB. RGB value is (115,159,171). Sum of RGB (Red+Green+Blue) = 115+159+171=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #739FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAB is #8C6054. Grayscale: #939393. Windows color (decimal): -9199701 or 11247475. OLE color: 11247475.

HSL color Cylindrical-coordinate representation of color #739FAB: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739FAB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115159171-
CMYK0.330.0700.33
HSL192.86º25%56.08%-
HSV(B)192.86º32.75%67.06%-
XYZ26.8231.3843.17-
YUV147.21141.42105.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=25.84%
G=35.73%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151591710.330.0700.33192.862556.08
Hex739FAB217021c11938
Octal1632372534170413013170
Binary1110011100111111010101110000111101000011100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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