#739C9E

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

Shades of Neptune #739C9E

Tints of Neptune #739C9E

Color information

#739C9E (or 0x739C9E) is unknown color: approx Neptune. HEX triplet: 73, 9C and 9E. RGB value is (115,156,158). Sum of RGB (Red+Green+Blue) = 115+156+158=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #739C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C9E is #8C6361. Grayscale: #8F8F8F. Windows color (decimal): -9200482 or 10394739. OLE color: 10394739.

HSL color Cylindrical-coordinate representation of color #739C9E: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739C9E is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115156158-
CMYK0.270.0100.38
HSL182.79º18.14%53.53%-
HSV(B)182.79º27.22%61.96%-
XYZ25.1329.8936.79-
YUV143.97135.92107.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=26.81%
G=36.36%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151561580.270.0100.38182.7918.1453.53
Hex739C9E1B1026b71236
Octal1632342363310462672266
Binary1110011100111001001111011011101001101011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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