#739A9F

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

Shades of Neptune #739A9F

Tints of Neptune #739A9F

Color information

#739A9F (or 0x739A9F) is unknown color: approx Neptune. HEX triplet: 73, 9A and 9F. RGB value is (115,154,159). Sum of RGB (Red+Green+Blue) = 115+154+159=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #739A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A9F is #8C6560. Grayscale: #8E8E8E. Windows color (decimal): -9200993 or 10459763. OLE color: 10459763.

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

Color convert

RGB115154159-
CMYK0.280.0300.38
HSL186.82º18.64%53.73%-
HSV(B)186.82º27.67%62.35%-
XYZ24.8829.2637.14-
YUV142.91137.08108.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=26.87%
G=35.98%
B=37.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151541590.280.0300.38186.8218.6453.73
Hex739A9F1C3026bb1336
Octal1632322373430462732366
Binary11100111001101010011111111001101001101011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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