#739AA0

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

Shades of Neptune #739AA0

Tints of Neptune #739AA0

Color information

#739AA0 (or 0x739AA0) is unknown color: approx Neptune. HEX triplet: 73, 9A and A0. RGB value is (115,154,160). Sum of RGB (Red+Green+Blue) = 115+154+160=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 160 - color contains mainly: blue. Hex color #739AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA0 is #8C655F. Grayscale: #8E8E8E. Windows color (decimal): -9200992 or 10525299. OLE color: 10525299.

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

Color convert

RGB115154160-
CMYK0.280.0400.37
HSL188º19.15%53.92%-
HSV(B)188º28.12%62.75%-
XYZ24.9729.2937.6-
YUV143.02137.58108.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=26.81%
G=35.90%
B=37.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151541600.280.0400.3718819.1553.92
Hex739AA01C4025bc1336
Octal1632322403440452742366
Binary111001110011010101000001110010001001011011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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