#739FAA

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

Shades of Neptune #739FAA

Tints of Neptune #739FAA

Color information

#739FAA (or 0x739FAA) is unknown color: approx Neptune. HEX triplet: 73, 9F and AA. RGB value is (115,159,170). Sum of RGB (Red+Green+Blue) = 115+159+170=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #739FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAA is #8C6055. Grayscale: #939393. Windows color (decimal): -9199702 or 11181939. OLE color: 11181939.

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

Color convert

RGB115159170-
CMYK0.320.0600.33
HSL192º24.44%55.88%-
HSV(B)192º32.35%66.67%-
XYZ26.7231.3442.67-
YUV147.1140.92105.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.90%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=25.90%
G=35.81%
B=38.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151591700.320.0600.3319224.4455.88
Hex739FAA206021c01838
Octal1632372524060413003070
Binary1110011100111111010101010000011001000011100000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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